Html Css Color HEX #D28DCE Lilac

📋 copy color: '#D28DCE'

red 210 ◦ green 141 ◦ blue 206

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

Shades of Lilac #D28DCE

Tints of Lilac #D28DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.98%

R = 37.7%
G = 25.31%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D28DCE (or 0xD28DCE) is known color: Lilac. HEX triplet: D2, 8D and CE. RGB value is (210,141,206). Sum of RGB (Red+Green+Blue) = 210+141+206=557 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.70% from 557); Green value is 141 (55.47% from 255 or 25.31% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 210 - color contains mainly: red. Hex color #D28DCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28DCE is #2D7231. Grayscale: #A8A8A8. Windows color (decimal): -2978354 or 13536722. OLE color: 13536722.

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

Color convert

RGB 210 141 206 -
CMYK 0 0.33 0.02 0.18
HSL 303.48º 0.43% 0.69% -
HSV(B) 303.48º 0.33% 0.82% -
XYZ 47.24 37.21 63.08 -
YUV 169.04 148.86 157.21 -
System Red Green Blue C M Y K H S L
Decimal 210 141 206 0 0.33 0.02 0.18 303.48 0.43 0.69
Hex D2 8D CE 0 21 2 12 12F 2B 45
Octal 322 215 316 0 41 2 22 457 53 105
Binary 11010010 10001101 11001110 0 100001 10 10010 100101111 101011 1000101

Color Harmonies of #D28DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28DCE

Black with #D28DCE

Text Example


Text Example

White with #D28DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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