Html Css Color HEX #D296BB Lily

📋 copy color: '#D296BB'

red 210 ◦ green 150 ◦ blue 187

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

Shades of Lily #D296BB

Tints of Lily #D296BB

RGB

 RED value IS 210 (82.42% from 255) = 38.39%

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

 BLUE value IS 187 (73.44% from 255) = 34.19%

R = 38.39%
G = 27.42%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D296BB (or 0xD296BB) is known color: Lily. HEX triplet: D2, 96 and BB. RGB value is (210,150,187). Sum of RGB (Red+Green+Blue) = 210+150+187=547 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.39% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 210 - color contains mainly: red. Hex color #D296BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D296BB is #2D6944. Grayscale: #ACACAC. Windows color (decimal): -2976069 or 12293842. OLE color: 12293842.

HSL color Cylindrical-coordinate representation of color #D296BB: hue angle of 323º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D296BB is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 150 187 -
CMYK 0 0.29 0.11 0.18
HSL 323º 0.4% 0.71% -
HSV(B) 323º 0.29% 0.82% -
XYZ 46.45 39.1 52.11 -
YUV 172.16 136.38 154.99 -
System Red Green Blue C M Y K H S L
Decimal 210 150 187 0 0.29 0.11 0.18 323 0.4 0.71
Hex D2 96 BB 0 1D B 12 143 28 47
Octal 322 226 273 0 35 13 22 503 50 107
Binary 11010010 10010110 10111011 0 11101 1011 10010 101000011 101000 1000111

Color Harmonies of #D296BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D296BB

Black with #D296BB

Text Example


Text Example

White with #D296BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D296BB; }

 p { color: rgb(210,150,187); }

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

background-color css

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

 a { background-color: rgb(210,150,187); }

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

border-color css

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

 span { border-color: rgb(210,150,187); }

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