Html Css Color HEX #D092CF Lilac

📋 copy color: '#D092CF'

red 208 ◦ green 146 ◦ blue 207

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

Shades of Lilac #D092CF

Tints of Lilac #D092CF

RGB

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

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

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

R = 37.08%
G = 26.02%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D092CF (or 0xD092CF) is known color: Lilac. HEX triplet: D0, 92 and CF. RGB value is (208,146,207). Sum of RGB (Red+Green+Blue) = 208+146+207=561 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.08% from 561); Green value is 146 (57.42% from 255 or 26.02% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 208 - color contains mainly: red. Hex color #D092CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D092CF is #2F6D30. Grayscale: #ABABAB. Windows color (decimal): -3108145 or 13603536. OLE color: 13603536.

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

Color convert

RGB 208 146 207 -
CMYK 0 0.30 0.00 0.18
HSL 300.97º 0.4% 0.69% -
HSV(B) 300.97º 0.3% 0.82% -
XYZ 47.55 38.47 63.95 -
YUV 171.49 148.04 154.04 -
System Red Green Blue C M Y K H S L
Decimal 208 146 207 0 0.30 0.00 0.18 300.97 0.4 0.69
Hex D0 92 CF 0 1E 0 12 12D 28 45
Octal 320 222 317 0 36 0 22 455 50 105
Binary 11010000 10010010 11001111 0 11110 0 10010 100101101 101000 1000101

Color Harmonies of #D092CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D092CF

Black with #D092CF

Text Example


Text Example

White with #D092CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D092CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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