Html Css Color HEX #D092CB Lilac

📋 copy color: '#D092CB'

red 208 ◦ green 146 ◦ blue 203

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

Shades of Lilac #D092CB

Tints of Lilac #D092CB

RGB

 RED value IS 208 (81.64% from 255) = 37.34%

 GREEN value IS 146 (57.42% from 255) = 26.21%

 BLUE value IS 203 (79.69% from 255) = 36.45%

R = 37.34%
G = 26.21%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D092CB (or 0xD092CB) is known color: Lilac. HEX triplet: D0, 92 and CB. RGB value is (208,146,203). Sum of RGB (Red+Green+Blue) = 208+146+203=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 146 (57.42% from 255 or 26.21% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 208 - color contains mainly: red. Hex color #D092CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D092CB is #2F6D34. Grayscale: #AAAAAA. Windows color (decimal): -3108149 or 13341392. OLE color: 13341392.

HSL color Cylindrical-coordinate representation of color #D092CB: hue angle of 304.84º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D092CB is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 146 203 -
CMYK 0 0.30 0.02 0.18
HSL 304.84º 0.4% 0.69% -
HSV(B) 304.84º 0.3% 0.82% -
XYZ 47.07 38.28 61.41 -
YUV 171.04 146.04 154.37 -
System Red Green Blue C M Y K H S L
Decimal 208 146 203 0 0.30 0.02 0.18 304.84 0.4 0.69
Hex D0 92 CB 0 1E 2 12 131 28 45
Octal 320 222 313 0 36 2 22 461 50 105
Binary 11010000 10010010 11001011 0 11110 10 10010 100110001 101000 1000101

Color Harmonies of #D092CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D092CB

Black with #D092CB

Text Example


Text Example

White with #D092CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D092CB; }

 p { color: rgb(208,146,203); }

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

background-color css

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

 a { background-color: rgb(208,146,203); }

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

border-color css

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

 span { border-color: rgb(208,146,203); }

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