Html Css Color HEX #D295CB Lilac

📋 copy color: '#D295CB'

red 210 ◦ green 149 ◦ blue 203

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

Shades of Lilac #D295CB

Tints of Lilac #D295CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.12%

R = 37.37%
G = 26.51%
B = 36.12%

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

#D295CB (or 0xD295CB) is known color: Lilac. HEX triplet: D2, 95 and CB. RGB value is (210,149,203). Sum of RGB (Red+Green+Blue) = 210+149+203=562 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.37% from 562); Green value is 149 (58.59% from 255 or 26.51% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 210 - color contains mainly: red. Hex color #D295CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D295CB is #2D6A34. Grayscale: #ADADAD. Windows color (decimal): -2976309 or 13342162. OLE color: 13342162.

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

Color convert

RGB 210 149 203 -
CMYK 0 0.29 0.03 0.18
HSL 306.89º 0.4% 0.7% -
HSV(B) 306.89º 0.29% 0.82% -
XYZ 48.11 39.51 61.59 -
YUV 173.4 144.71 154.11 -
System Red Green Blue C M Y K H S L
Decimal 210 149 203 0 0.29 0.03 0.18 306.89 0.4 0.7
Hex D2 95 CB 0 1D 3 12 133 28 46
Octal 322 225 313 0 35 3 22 463 50 106
Binary 11010010 10010101 11001011 0 11101 11 10010 100110011 101000 1000110

Color Harmonies of #D295CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D295CB

Black with #D295CB

Text Example


Text Example

White with #D295CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D295CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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