Html Css Color HEX #D092CD Lilac

📋 copy color: '#D092CD'

red 208 ◦ green 146 ◦ blue 205

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

Shades of Lilac #D092CD

Tints of Lilac #D092CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.67%

R = 37.21%
G = 26.12%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D092CD (or 0xD092CD) is known color: Lilac. HEX triplet: D0, 92 and CD. RGB value is (208,146,205). Sum of RGB (Red+Green+Blue) = 208+146+205=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 146 (57.42% from 255 or 26.12% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 208 - color contains mainly: red. Hex color #D092CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D092CD is #2F6D32. Grayscale: #ABABAB. Windows color (decimal): -3108147 or 13472464. OLE color: 13472464.

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

Color convert

RGB 208 146 205 -
CMYK 0 0.30 0.01 0.18
HSL 302.9º 0.4% 0.69% -
HSV(B) 302.9º 0.3% 0.82% -
XYZ 47.31 38.38 62.67 -
YUV 171.26 147.04 154.2 -
System Red Green Blue C M Y K H S L
Decimal 208 146 205 0 0.30 0.01 0.18 302.9 0.4 0.69
Hex D0 92 CD 0 1E 1 12 12F 28 45
Octal 320 222 315 0 36 1 22 457 50 105
Binary 11010000 10010010 11001101 0 11110 1 10010 100101111 101000 1000101

Color Harmonies of #D092CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D092CD

Black with #D092CD

Text Example


Text Example

White with #D092CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D092CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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