Html Css Color HEX #D295CC Lilac

📋 copy color: '#D295CC'

red 210 ◦ green 149 ◦ blue 204

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

Shades of Lilac #D295CC

Tints of Lilac #D295CC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.47%

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

R = 37.3%
G = 26.47%
B = 36.23%

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

#D295CC (or 0xD295CC) is known color: Lilac. HEX triplet: D2, 95 and CC. RGB value is (210,149,204). Sum of RGB (Red+Green+Blue) = 210+149+204=563 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.30% from 563); Green value is 149 (58.59% from 255 or 26.47% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 210 - color contains mainly: red. Hex color #D295CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D295CC is #2D6A33. Grayscale: #ADADAD. Windows color (decimal): -2976308 or 13407698. OLE color: 13407698.

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

Color convert

RGB 210 149 204 -
CMYK 0 0.29 0.03 0.18
HSL 305.9º 0.4% 0.7% -
HSV(B) 305.9º 0.29% 0.82% -
XYZ 48.22 39.56 62.22 -
YUV 173.51 145.21 154.03 -
System Red Green Blue C M Y K H S L
Decimal 210 149 204 0 0.29 0.03 0.18 305.9 0.4 0.7
Hex D2 95 CC 0 1D 3 12 132 28 46
Octal 322 225 314 0 35 3 22 462 50 106
Binary 11010010 10010101 11001100 0 11101 11 10010 100110010 101000 1000110

Color Harmonies of #D295CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D295CC

Black with #D295CC

Text Example


Text Example

White with #D295CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D295CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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