Html Css Color HEX #D396C2 Lily

📋 copy color: '#D396C2'

red 211 ◦ green 150 ◦ blue 194

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

Shades of Lily #D396C2

Tints of Lily #D396C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.95%

R = 38.02%
G = 27.03%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#D396C2 (or 0xD396C2) is known color: Lily. HEX triplet: D3, 96 and C2. RGB value is (211,150,194). Sum of RGB (Red+Green+Blue) = 211+150+194=555 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.02% from 555); Green value is 150 (58.98% from 255 or 27.03% from 555); Blue value is 194 (76.17% from 255 or 34.95% from 555); Max value from RGB is 211 - color contains mainly: red. Hex color #D396C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D396C2 is #2C693D. Grayscale: #ADADAD. Windows color (decimal): -2910526 or 12752595. OLE color: 12752595.

HSL color Cylindrical-coordinate representation of color #D396C2: hue angle of 316.72º 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 #D396C2 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 150 194 -
CMYK 0 0.29 0.08 0.17
HSL 316.72º 0.41% 0.71% -
HSV(B) 316.72º 0.29% 0.83% -
XYZ 47.51 39.56 56.17 -
YUV 173.26 139.71 154.92 -
System Red Green Blue C M Y K H S L
Decimal 211 150 194 0 0.29 0.08 0.17 316.72 0.41 0.71
Hex D3 96 C2 0 1D 8 11 13D 29 47
Octal 323 226 302 0 35 10 21 475 51 107
Binary 11010011 10010110 11000010 0 11101 1000 10001 100111101 101001 1000111

Color Harmonies of #D396C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D396C2

Black with #D396C2

Text Example


Text Example

White with #D396C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D396C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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