Html Css Color HEX #D296CD Lilac

📋 copy color: '#D296CD'

red 210 ◦ green 150 ◦ blue 205

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

Shades of Lilac #D296CD

Tints of Lilac #D296CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.28%

R = 37.17%
G = 26.55%
B = 36.28%

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

#D296CD (or 0xD296CD) is known color: Lilac. HEX triplet: D2, 96 and CD. RGB value is (210,150,205). Sum of RGB (Red+Green+Blue) = 210+150+205=565 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.17% from 565); Green value is 150 (58.98% from 255 or 26.55% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 210 - color contains mainly: red. Hex color #D296CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D296CD is #2D6932. Grayscale: #AEAEAE. Windows color (decimal): -2976051 or 13473490. OLE color: 13473490.

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

Color convert

RGB 210 150 205 -
CMYK 0 0.29 0.02 0.18
HSL 305º 0.4% 0.71% -
HSV(B) 305º 0.29% 0.82% -
XYZ 48.5 39.92 62.91 -
YUV 174.21 145.38 153.53 -
System Red Green Blue C M Y K H S L
Decimal 210 150 205 0 0.29 0.02 0.18 305 0.4 0.71
Hex D2 96 CD 0 1D 2 12 131 28 47
Octal 322 226 315 0 35 2 22 461 50 107
Binary 11010010 10010110 11001101 0 11101 10 10010 100110001 101000 1000111

Color Harmonies of #D296CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D296CD

Black with #D296CD

Text Example


Text Example

White with #D296CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D296CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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