Html Css Color HEX #D090CF Lilac

📋 copy color: '#D090CF'

red 208 ◦ green 144 ◦ blue 207

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

Shades of Lilac #D090CF

Tints of Lilac #D090CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.03%

R = 37.21%
G = 25.76%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D090CF (or 0xD090CF) is known color: Lilac. HEX triplet: D0, 90 and CF. RGB value is (208,144,207). Sum of RGB (Red+Green+Blue) = 208+144+207=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 144 (56.64% from 255 or 25.76% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 208 - color contains mainly: red. Hex color #D090CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D090CF is #2F6F30. Grayscale: #AAAAAA. Windows color (decimal): -3108657 or 13603024. OLE color: 13603024.

HSL color Cylindrical-coordinate representation of color #D090CF: hue angle of 300.94º 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 #D090CF is Cyan = 0, Magento = 0.31, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 144 207 -
CMYK 0 0.31 0.00 0.18
HSL 300.94º 0.41% 0.69% -
HSV(B) 300.94º 0.31% 0.82% -
XYZ 47.25 37.86 63.85 -
YUV 170.32 148.7 154.88 -
System Red Green Blue C M Y K H S L
Decimal 208 144 207 0 0.31 0.00 0.18 300.94 0.41 0.69
Hex D0 90 CF 0 1F 0 12 12D 29 45
Octal 320 220 317 0 37 0 22 455 51 105
Binary 11010000 10010000 11001111 0 11111 0 10010 100101101 101001 1000101

Color Harmonies of #D090CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D090CF

Black with #D090CF

Text Example


Text Example

White with #D090CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D090CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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