Html Css Color HEX #D691CB Lilac

📋 copy color: '#D691CB'

red 214 ◦ green 145 ◦ blue 203

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

Shades of Lilac #D691CB

Tints of Lilac #D691CB

RGB

 RED value IS 214 (83.98% from 255) = 38.08%

 GREEN value IS 145 (57.03% from 255) = 25.8%

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

R = 38.08%
G = 25.8%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D691CB (or 0xD691CB) is known color: Lilac. HEX triplet: D6, 91 and CB. RGB value is (214,145,203). Sum of RGB (Red+Green+Blue) = 214+145+203=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 145 (57.03% from 255 or 25.80% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 214 - color contains mainly: red. Hex color #D691CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D691CB is #296E34. Grayscale: #ACACAC. Windows color (decimal): -2715189 or 13341142. OLE color: 13341142.

HSL color Cylindrical-coordinate representation of color #D691CB: hue angle of 309.57º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D691CB is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 145 203 -
CMYK 0 0.32 0.05 0.16
HSL 309.57º 0.46% 0.7% -
HSV(B) 309.57º 0.32% 0.84% -
XYZ 48.64 38.86 61.44 -
YUV 172.24 145.36 157.78 -
System Red Green Blue C M Y K H S L
Decimal 214 145 203 0 0.32 0.05 0.16 309.57 0.46 0.7
Hex D6 91 CB 0 20 5 10 136 2E 46
Octal 326 221 313 0 40 5 20 466 56 106
Binary 11010110 10010001 11001011 0 100000 101 10000 100110110 101110 1000110

Color Harmonies of #D691CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D691CB

Black with #D691CB

Text Example


Text Example

White with #D691CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D691CB; }

 p { color: rgb(214,145,203); }

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

background-color css

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

 a { background-color: rgb(214,145,203); }

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

border-color css

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

 span { border-color: rgb(214,145,203); }

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