Html Css Color HEX #D195CB Lilac

📋 copy color: '#D195CB'

red 209 ◦ green 149 ◦ blue 203

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

Shades of Lilac #D195CB

Tints of Lilac #D195CB

RGB

 RED value IS 209 (82.03% from 255) = 37.25%

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

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

R = 37.25%
G = 26.56%
B = 36.19%

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

#D195CB (or 0xD195CB) is known color: Lilac. HEX triplet: D1, 95 and CB. RGB value is (209,149,203). Sum of RGB (Red+Green+Blue) = 209+149+203=561 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.25% from 561); Green value is 149 (58.59% from 255 or 26.56% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 209 - color contains mainly: red. Hex color #D195CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D195CB is #2E6A34. Grayscale: #ACACAC. Windows color (decimal): -3041845 or 13342161. OLE color: 13342161.

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

Color convert

RGB 209 149 203 -
CMYK 0 0.29 0.03 0.18
HSL 306º 0.39% 0.7% -
HSV(B) 306º 0.29% 0.82% -
XYZ 47.82 39.36 61.58 -
YUV 173.1 144.88 153.61 -
System Red Green Blue C M Y K H S L
Decimal 209 149 203 0 0.29 0.03 0.18 306 0.39 0.7
Hex D1 95 CB 0 1D 3 12 132 27 46
Octal 321 225 313 0 35 3 22 462 47 106
Binary 11010001 10010101 11001011 0 11101 11 10010 100110010 100111 1000110

Color Harmonies of #D195CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D195CB

Black with #D195CB

Text Example


Text Example

White with #D195CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D195CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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