Html Css Color HEX #D595CB Lilac

📋 copy color: '#D595CB'

red 213 ◦ green 149 ◦ blue 203

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

Shades of Lilac #D595CB

Tints of Lilac #D595CB

RGB

 RED value IS 213 (83.59% from 255) = 37.7%

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

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

R = 37.7%
G = 26.37%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D595CB (or 0xD595CB) is known color: Lilac. HEX triplet: D5, 95 and CB. RGB value is (213,149,203). Sum of RGB (Red+Green+Blue) = 213+149+203=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 149 (58.59% from 255 or 26.37% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 213 - color contains mainly: red. Hex color #D595CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D595CB is #2A6A34. Grayscale: #AEAEAE. Windows color (decimal): -2779701 or 13342165. OLE color: 13342165.

HSL color Cylindrical-coordinate representation of color #D595CB: hue angle of 309.38º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D595CB is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 149 203 -
CMYK 0 0.30 0.05 0.16
HSL 309.38º 0.43% 0.71% -
HSV(B) 309.38º 0.3% 0.84% -
XYZ 48.97 39.95 61.63 -
YUV 174.29 144.2 155.61 -
System Red Green Blue C M Y K H S L
Decimal 213 149 203 0 0.30 0.05 0.16 309.38 0.43 0.71
Hex D5 95 CB 0 1E 5 10 135 2B 47
Octal 325 225 313 0 36 5 20 465 53 107
Binary 11010101 10010101 11001011 0 11110 101 10000 100110101 101011 1000111

Color Harmonies of #D595CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D595CB

Black with #D595CB

Text Example


Text Example

White with #D595CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D595CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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