Html Css Color HEX #D28DCC Lilac

📋 copy color: '#D28DCC'

red 210 ◦ green 141 ◦ blue 204

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

Shades of Lilac #D28DCC

Tints of Lilac #D28DCC

RGB

 RED value IS 210 (82.42% from 255) = 37.84%

 GREEN value IS 141 (55.47% from 255) = 25.41%

 BLUE value IS 204 (80.08% from 255) = 36.76%

R = 37.84%
G = 25.41%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D28DCC (or 0xD28DCC) is known color: Lilac. HEX triplet: D2, 8D and CC. RGB value is (210,141,204). Sum of RGB (Red+Green+Blue) = 210+141+204=555 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.84% from 555); Green value is 141 (55.47% from 255 or 25.41% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 210 - color contains mainly: red. Hex color #D28DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28DCC is #2D7233. Grayscale: #A8A8A8. Windows color (decimal): -2978356 or 13405650. OLE color: 13405650.

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

Color convert

RGB 210 141 204 -
CMYK 0 0.33 0.03 0.18
HSL 305.22º 0.43% 0.69% -
HSV(B) 305.22º 0.33% 0.82% -
XYZ 47 37.11 61.81 -
YUV 168.81 147.86 157.38 -
System Red Green Blue C M Y K H S L
Decimal 210 141 204 0 0.33 0.03 0.18 305.22 0.43 0.69
Hex D2 8D CC 0 21 3 12 131 2B 45
Octal 322 215 314 0 41 3 22 461 53 105
Binary 11010010 10001101 11001100 0 100001 11 10010 100110001 101011 1000101

Color Harmonies of #D28DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28DCC

Black with #D28DCC

Text Example


Text Example

White with #D28DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28DCC; }

 p { color: rgb(210,141,204); }

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

background-color css

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

 a { background-color: rgb(210,141,204); }

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

border-color css

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

 span { border-color: rgb(210,141,204); }

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