Html Css Color HEX #D297BB Lily

📋 copy color: '#D297BB'

red 210 ◦ green 151 ◦ blue 187

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

Shades of Lily #D297BB

Tints of Lily #D297BB

RGB

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

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

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

R = 38.32%
G = 27.55%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D297BB (or 0xD297BB) is known color: Lily. HEX triplet: D2, 97 and BB. RGB value is (210,151,187). Sum of RGB (Red+Green+Blue) = 210+151+187=548 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.32% from 548); Green value is 151 (59.38% from 255 or 27.55% from 548); Blue value is 187 (73.44% from 255 or 34.12% from 548); Max value from RGB is 210 - color contains mainly: red. Hex color #D297BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D297BB is #2D6844. Grayscale: #ACACAC. Windows color (decimal): -2975813 or 12294098. OLE color: 12294098.

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

Color convert

RGB 210 151 187 -
CMYK 0 0.28 0.11 0.18
HSL 323.39º 0.4% 0.71% -
HSV(B) 323.39º 0.28% 0.82% -
XYZ 46.61 39.42 52.17 -
YUV 172.75 136.05 154.57 -
System Red Green Blue C M Y K H S L
Decimal 210 151 187 0 0.28 0.11 0.18 323.39 0.4 0.71
Hex D2 97 BB 0 1C B 12 143 28 47
Octal 322 227 273 0 34 13 22 503 50 107
Binary 11010010 10010111 10111011 0 11100 1011 10010 101000011 101000 1000111

Color Harmonies of #D297BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D297BB

Black with #D297BB

Text Example


Text Example

White with #D297BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D297BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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