Html Css Color HEX #D090CB Lilac

📋 copy color: '#D090CB'

red 208 ◦ green 144 ◦ blue 203

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

Shades of Lilac #D090CB

Tints of Lilac #D090CB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.95%

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

R = 37.48%
G = 25.95%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D090CB (or 0xD090CB) is known color: Lilac. HEX triplet: D0, 90 and CB. RGB value is (208,144,203). Sum of RGB (Red+Green+Blue) = 208+144+203=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 144 (56.64% from 255 or 25.95% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 208 - color contains mainly: red. Hex color #D090CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D090CB is #2F6F34. Grayscale: #A9A9A9. Windows color (decimal): -3108661 or 13340880. OLE color: 13340880.

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

Color convert

RGB 208 144 203 -
CMYK 0 0.31 0.02 0.18
HSL 304.69º 0.41% 0.69% -
HSV(B) 304.69º 0.31% 0.82% -
XYZ 46.77 37.67 61.31 -
YUV 169.86 146.7 155.2 -
System Red Green Blue C M Y K H S L
Decimal 208 144 203 0 0.31 0.02 0.18 304.69 0.41 0.69
Hex D0 90 CB 0 1F 2 12 131 29 45
Octal 320 220 313 0 37 2 22 461 51 105
Binary 11010000 10010000 11001011 0 11111 10 10010 100110001 101001 1000101

Color Harmonies of #D090CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D090CB

Black with #D090CB

Text Example


Text Example

White with #D090CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D090CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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