Html Css Color HEX #D28CCF Lilac

📋 copy color: '#D28CCF'

red 210 ◦ green 140 ◦ blue 207

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

Shades of Lilac #D28CCF

Tints of Lilac #D28CCF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.13%

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

R = 37.7%
G = 25.13%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D28CCF (or 0xD28CCF) is known color: Lilac. HEX triplet: D2, 8C and CF. RGB value is (210,140,207). Sum of RGB (Red+Green+Blue) = 210+140+207=557 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.70% from 557); Green value is 140 (55.08% from 255 or 25.13% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 210 - color contains mainly: red. Hex color #D28CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28CCF is #2D7330. Grayscale: #A8A8A8. Windows color (decimal): -2978609 or 13602002. OLE color: 13602002.

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

Color convert

RGB 210 140 207 -
CMYK 0 0.33 0.01 0.18
HSL 302.57º 0.44% 0.69% -
HSV(B) 302.57º 0.33% 0.82% -
XYZ 47.22 36.96 63.68 -
YUV 168.57 149.69 157.55 -
System Red Green Blue C M Y K H S L
Decimal 210 140 207 0 0.33 0.01 0.18 302.57 0.44 0.69
Hex D2 8C CF 0 21 1 12 12F 2C 45
Octal 322 214 317 0 41 1 22 457 54 105
Binary 11010010 10001100 11001111 0 100001 1 10010 100101111 101100 1000101

Color Harmonies of #D28CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28CCF

Black with #D28CCF

Text Example


Text Example

White with #D28CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28CCF; }

 p { color: rgb(210,140,207); }

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

background-color css

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

 a { background-color: rgb(210,140,207); }

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

border-color css

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

 span { border-color: rgb(210,140,207); }

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