Html Css Color HEX #D396B9 Lily

📋 copy color: '#D396B9'

red 211 ◦ green 150 ◦ blue 185

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

Shades of Lily #D396B9

Tints of Lily #D396B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 33.88%

R = 38.64%
G = 27.47%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D396B9 (or 0xD396B9) is known color: Lily. HEX triplet: D3, 96 and B9. RGB value is (211,150,185). Sum of RGB (Red+Green+Blue) = 211+150+185=546 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.64% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 185 (72.66% from 255 or 33.88% from 546); Max value from RGB is 211 - color contains mainly: red. Hex color #D396B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D396B9 is #2C6946. Grayscale: #ACACAC. Windows color (decimal): -2910535 or 12162771. OLE color: 12162771.

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

Color convert

RGB 211 150 185 -
CMYK 0 0.29 0.12 0.17
HSL 325.57º 0.41% 0.71% -
HSV(B) 325.57º 0.29% 0.83% -
XYZ 46.53 39.16 51.01 -
YUV 172.23 135.21 155.65 -
System Red Green Blue C M Y K H S L
Decimal 211 150 185 0 0.29 0.12 0.17 325.57 0.41 0.71
Hex D3 96 B9 0 1D C 11 146 29 47
Octal 323 226 271 0 35 14 21 506 51 107
Binary 11010011 10010110 10111001 0 11101 1100 10001 101000110 101001 1000111

Color Harmonies of #D396B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D396B9

Black with #D396B9

Text Example


Text Example

White with #D396B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D396B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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