Html Css Color HEX #D296CE Lilac

📋 copy color: '#D296CE'

red 210 ◦ green 150 ◦ blue 206

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

Shades of Lilac #D296CE

Tints of Lilac #D296CE

RGB

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

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

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

R = 37.1%
G = 26.5%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D296CE (or 0xD296CE) is known color: Lilac. HEX triplet: D2, 96 and CE. RGB value is (210,150,206). Sum of RGB (Red+Green+Blue) = 210+150+206=566 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.10% from 566); Green value is 150 (58.98% from 255 or 26.50% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 210 - color contains mainly: red. Hex color #D296CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D296CE is #2D6931. Grayscale: #AEAEAE. Windows color (decimal): -2976050 or 13539026. OLE color: 13539026.

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

Color convert

RGB 210 150 206 -
CMYK 0 0.29 0.02 0.18
HSL 304º 0.4% 0.71% -
HSV(B) 304º 0.29% 0.82% -
XYZ 48.63 39.97 63.54 -
YUV 174.32 145.88 153.45 -
System Red Green Blue C M Y K H S L
Decimal 210 150 206 0 0.29 0.02 0.18 304 0.4 0.71
Hex D2 96 CE 0 1D 2 12 130 28 47
Octal 322 226 316 0 35 2 22 460 50 107
Binary 11010010 10010110 11001110 0 11101 10 10010 100110000 101000 1000111

Color Harmonies of #D296CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D296CE

Black with #D296CE

Text Example


Text Example

White with #D296CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D296CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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