Html Css Color HEX #D296BA Lily

📋 copy color: '#D296BA'

red 210 ◦ green 150 ◦ blue 186

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

Shades of Lily #D296BA

Tints of Lily #D296BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.07%

R = 38.46%
G = 27.47%
B = 34.07%

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

#D296BA (or 0xD296BA) is known color: Lily. HEX triplet: D2, 96 and BA. RGB value is (210,150,186). Sum of RGB (Red+Green+Blue) = 210+150+186=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 210 - color contains mainly: red. Hex color #D296BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D296BA is #2D6945. Grayscale: #ABABAB. Windows color (decimal): -2976070 or 12228306. OLE color: 12228306.

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

Color convert

RGB 210 150 186 -
CMYK 0 0.29 0.11 0.18
HSL 324º 0.4% 0.71% -
HSV(B) 324º 0.29% 0.82% -
XYZ 46.35 39.06 51.55 -
YUV 172.04 135.88 155.07 -
System Red Green Blue C M Y K H S L
Decimal 210 150 186 0 0.29 0.11 0.18 324 0.4 0.71
Hex D2 96 BA 0 1D B 12 144 28 47
Octal 322 226 272 0 35 13 22 504 50 107
Binary 11010010 10010110 10111010 0 11101 1011 10010 101000100 101000 1000111

Color Harmonies of #D296BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D296BA

Black with #D296BA

Text Example


Text Example

White with #D296BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D296BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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