Html Css Color HEX #D396CA Lilac

📋 copy color: '#D396CA'

red 211 ◦ green 150 ◦ blue 202

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

Shades of Lilac #D396CA

Tints of Lilac #D396CA

RGB

 RED value IS 211 (82.81% from 255) = 37.48%

 GREEN value IS 150 (58.98% from 255) = 26.64%

 BLUE value IS 202 (79.3% from 255) = 35.88%

R = 37.48%
G = 26.64%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D396CA (or 0xD396CA) is known color: Lilac. HEX triplet: D3, 96 and CA. RGB value is (211,150,202). Sum of RGB (Red+Green+Blue) = 211+150+202=563 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.48% from 563); Green value is 150 (58.98% from 255 or 26.64% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 211 - color contains mainly: red. Hex color #D396CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D396CA is #2C6935. Grayscale: #AEAEAE. Windows color (decimal): -2910518 or 13276883. OLE color: 13276883.

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

Color convert

RGB 211 150 202 -
CMYK 0 0.29 0.04 0.17
HSL 308.85º 0.41% 0.71% -
HSV(B) 308.85º 0.29% 0.83% -
XYZ 48.43 39.93 61.03 -
YUV 174.17 143.71 154.27 -
System Red Green Blue C M Y K H S L
Decimal 211 150 202 0 0.29 0.04 0.17 308.85 0.41 0.71
Hex D3 96 CA 0 1D 4 11 135 29 47
Octal 323 226 312 0 35 4 21 465 51 107
Binary 11010011 10010110 11001010 0 11101 100 10001 100110101 101001 1000111

Color Harmonies of #D396CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D396CA

Black with #D396CA

Text Example


Text Example

White with #D396CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D396CA; }

 p { color: rgb(211,150,202); }

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

background-color css

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

 a { background-color: rgb(211,150,202); }

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

border-color css

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

 span { border-color: rgb(211,150,202); }

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