Html Css Color HEX #D495CB Lilac

📋 copy color: '#D495CB'

red 212 ◦ green 149 ◦ blue 203

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

Shades of Lilac #D495CB

Tints of Lilac #D495CB

RGB

 RED value IS 212 (83.2% from 255) = 37.59%

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

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

R = 37.59%
G = 26.42%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D495CB (or 0xD495CB) is known color: Lilac. HEX triplet: D4, 95 and CB. RGB value is (212,149,203). Sum of RGB (Red+Green+Blue) = 212+149+203=564 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.59% from 564); Green value is 149 (58.59% from 255 or 26.42% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 212 - color contains mainly: red. Hex color #D495CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D495CB is #2B6A34. Grayscale: #ADADAD. Windows color (decimal): -2845237 or 13342164. OLE color: 13342164.

HSL color Cylindrical-coordinate representation of color #D495CB: hue angle of 308.57º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D495CB is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 149 203 -
CMYK 0 0.30 0.04 0.17
HSL 308.57º 0.42% 0.71% -
HSV(B) 308.57º 0.3% 0.83% -
XYZ 48.68 39.8 61.62 -
YUV 173.99 144.37 155.11 -
System Red Green Blue C M Y K H S L
Decimal 212 149 203 0 0.30 0.04 0.17 308.57 0.42 0.71
Hex D4 95 CB 0 1E 4 11 135 2A 47
Octal 324 225 313 0 36 4 21 465 52 107
Binary 11010100 10010101 11001011 0 11110 100 10001 100110101 101010 1000111

Color Harmonies of #D495CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D495CB

Black with #D495CB

Text Example


Text Example

White with #D495CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D495CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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