Html Css Color HEX #D297BF Lily

📋 copy color: '#D297BF'

red 210 ◦ green 151 ◦ blue 191

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

Shades of Lily #D297BF

Tints of Lily #D297BF

RGB

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

 GREEN value IS 151 (59.38% from 255) = 27.36%

 BLUE value IS 191 (75% from 255) = 34.6%

R = 38.04%
G = 27.36%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D297BF (or 0xD297BF) is known color: Lily. HEX triplet: D2, 97 and BF. RGB value is (210,151,191). Sum of RGB (Red+Green+Blue) = 210+151+191=552 (73% of max value = 765). Red value is 210 (82.42% from 255 or 38.04% from 552); Green value is 151 (59.38% from 255 or 27.36% from 552); Blue value is 191 (75% from 255 or 34.60% from 552); Max value from RGB is 210 - color contains mainly: red. Hex color #D297BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D297BF is #2D6840. Grayscale: #ADADAD. Windows color (decimal): -2975809 or 12556242. OLE color: 12556242.

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

Color convert

RGB 210 151 191 -
CMYK 0 0.28 0.09 0.18
HSL 319.32º 0.4% 0.71% -
HSV(B) 319.32º 0.28% 0.82% -
XYZ 47.05 39.6 54.45 -
YUV 173.2 138.05 154.25 -
System Red Green Blue C M Y K H S L
Decimal 210 151 191 0 0.28 0.09 0.18 319.32 0.4 0.71
Hex D2 97 BF 0 1C 9 12 13F 28 47
Octal 322 227 277 0 34 11 22 477 50 107
Binary 11010010 10010111 10111111 0 11100 1001 10010 100111111 101000 1000111

Color Harmonies of #D297BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D297BF

Black with #D297BF

Text Example


Text Example

White with #D297BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D297BF; }

 p { color: rgb(210,151,191); }

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

background-color css

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

 a { background-color: rgb(210,151,191); }

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

border-color css

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

 span { border-color: rgb(210,151,191); }

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