Html Css Color HEX #D296C7 Lilac

📋 copy color: '#D296C7'

red 210 ◦ green 150 ◦ blue 199

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

Shades of Lilac #D296C7

Tints of Lilac #D296C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 35.6%

R = 37.57%
G = 26.83%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D296C7 (or 0xD296C7) is known color: Lilac. HEX triplet: D2, 96 and C7. RGB value is (210,150,199). Sum of RGB (Red+Green+Blue) = 210+150+199=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 150 (58.98% from 255 or 26.83% from 559); Blue value is 199 (78.12% from 255 or 35.60% from 559); Max value from RGB is 210 - color contains mainly: red. Hex color #D296C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D296C7 is #2D6938. Grayscale: #ADADAD. Windows color (decimal): -2976057 or 13080274. OLE color: 13080274.

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

Color convert

RGB 210 150 199 -
CMYK 0 0.29 0.05 0.18
HSL 311º 0.4% 0.71% -
HSV(B) 311º 0.29% 0.82% -
XYZ 47.79 39.64 59.16 -
YUV 173.53 142.38 154.02 -
System Red Green Blue C M Y K H S L
Decimal 210 150 199 0 0.29 0.05 0.18 311 0.4 0.71
Hex D2 96 C7 0 1D 5 12 137 28 47
Octal 322 226 307 0 35 5 22 467 50 107
Binary 11010010 10010110 11000111 0 11101 101 10010 100110111 101000 1000111

Color Harmonies of #D296C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D296C7

Black with #D296C7

Text Example


Text Example

White with #D296C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D296C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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