Html Css Color HEX #DB7093 PaleVioletRed

📋 copy color: '#DB7093'

red 219 ◦ green 112 ◦ blue 147

#DB7093
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of PaleVioletRed #DB7093

Tints of PaleVioletRed #DB7093

RGB

 RED value IS 219 (85.94% from 255) = 45.82%

 GREEN value IS 112 (44.14% from 255) = 23.43%

 BLUE value IS 147 (57.81% from 255) = 30.75%

R = 45.82%
G = 23.43%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DB7093 (or 0xDB7093) is known color: PaleVioletRed. HEX triplet: DB, 70 and 93. RGB value is (219,112,147). Sum of RGB (Red+Green+Blue) = 219+112+147=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 112 (44.14% from 255 or 23.43% from 478); Blue value is 147 (57.81% from 255 or 30.75% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7093 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7093 is #248F6C. Grayscale: #939393. Windows color (decimal): -2396013 or 9662683. OLE color: 9662683.

HSL color Cylindrical-coordinate representation of color #DB7093: hue angle of 340.37º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB7093 is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 112 147 -
CMYK 0 0.49 0.33 0.14
HSL 340.37º 0.6% 0.65% -
HSV(B) 340.37º 0.49% 0.86% -
XYZ 40.27 28.75 31.03 -
YUV 147.98 127.45 178.65 -
System Red Green Blue C M Y K H S L
Decimal 219 112 147 0 0.49 0.33 0.14 340.37 0.6 0.65
Hex DB 70 93 0 31 21 E 154 3C 41
Octal 333 160 223 0 61 41 16 524 74 101
Binary 11011011 1110000 10010011 0 110001 100001 1110 101010100 111100 1000001

Color Harmonies of #DB7093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7093

Black with #DB7093

Text Example


Text Example

White with #DB7093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7093; }

 p { color: rgb(219,112,147); }

 H1.HeaderClassName
 {
   color: #DB7093;
 }
 .AnyTagClassName
 {
   color: #DB7093;
 }
</style>

background-color css

<style>
 a { background-color: #DB7093; }

 a { background-color: rgb(219,112,147); }

 div.DivClassName
 {
   background-color: #DB7093;
 }
 .BgClassName
 {
   background-color: #DB7093;
 }
</style>

border-color css

<style>
 span { border-color: #DB7093; }

 span { border-color: rgb(219,112,147); }

 td.TdClassName
 {
   border-color: #DB7093;
 }
 .TagClassName
 {
   border-color: #DB7093;
 }
</style>