Html Css Color HEX #D296CC Lilac

📋 copy color: '#D296CC'

red 210 ◦ green 150 ◦ blue 204

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

Shades of Lilac #D296CC

Tints of Lilac #D296CC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.6%

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

R = 37.23%
G = 26.6%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D296CC (or 0xD296CC) is known color: Lilac. HEX triplet: D2, 96 and CC. RGB value is (210,150,204). Sum of RGB (Red+Green+Blue) = 210+150+204=564 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.23% from 564); Green value is 150 (58.98% from 255 or 26.60% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 210 - color contains mainly: red. Hex color #D296CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D296CC is #2D6933. Grayscale: #ADADAD. Windows color (decimal): -2976052 or 13407954. OLE color: 13407954.

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

Color convert

RGB 210 150 204 -
CMYK 0 0.29 0.03 0.18
HSL 306º 0.4% 0.71% -
HSV(B) 306º 0.29% 0.82% -
XYZ 48.38 39.87 62.27 -
YUV 174.1 144.88 153.61 -
System Red Green Blue C M Y K H S L
Decimal 210 150 204 0 0.29 0.03 0.18 306 0.4 0.71
Hex D2 96 CC 0 1D 3 12 132 28 47
Octal 322 226 314 0 35 3 22 462 50 107
Binary 11010010 10010110 11001100 0 11101 11 10010 100110010 101000 1000111

Color Harmonies of #D296CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D296CC

Black with #D296CC

Text Example


Text Example

White with #D296CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D296CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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