Html Css Color HEX #D295CE Lilac

📋 copy color: '#D295CE'

red 210 ◦ green 149 ◦ blue 206

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

Shades of Lilac #D295CE

Tints of Lilac #D295CE

RGB

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

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

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

R = 37.17%
G = 26.37%
B = 36.46%

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

#D295CE (or 0xD295CE) is known color: Lilac. HEX triplet: D2, 95 and CE. RGB value is (210,149,206). Sum of RGB (Red+Green+Blue) = 210+149+206=565 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.17% from 565); Green value is 149 (58.59% from 255 or 26.37% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 210 - color contains mainly: red. Hex color #D295CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D295CE is #2D6A31. Grayscale: #ADADAD. Windows color (decimal): -2976306 or 13538770. OLE color: 13538770.

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

Color convert

RGB 210 149 206 -
CMYK 0 0.29 0.02 0.18
HSL 303.93º 0.4% 0.7% -
HSV(B) 303.93º 0.29% 0.82% -
XYZ 48.47 39.65 63.49 -
YUV 173.74 146.21 153.87 -
System Red Green Blue C M Y K H S L
Decimal 210 149 206 0 0.29 0.02 0.18 303.93 0.4 0.7
Hex D2 95 CE 0 1D 2 12 130 28 46
Octal 322 225 316 0 35 2 22 460 50 106
Binary 11010010 10010101 11001110 0 11101 10 10010 100110000 101000 1000110

Color Harmonies of #D295CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D295CE

Black with #D295CE

Text Example


Text Example

White with #D295CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D295CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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