Html Css Color HEX #D297C0 Lily

📋 copy color: '#D297C0'

red 210 ◦ green 151 ◦ blue 192

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

Shades of Lily #D297C0

Tints of Lily #D297C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.72%

R = 37.97%
G = 27.31%
B = 34.72%

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

#D297C0 (or 0xD297C0) is known color: Lily. HEX triplet: D2, 97 and C0. RGB value is (210,151,192). Sum of RGB (Red+Green+Blue) = 210+151+192=553 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.97% from 553); Green value is 151 (59.38% from 255 or 27.31% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 210 - color contains mainly: red. Hex color #D297C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D297C0 is #2D683F. Grayscale: #ADADAD. Windows color (decimal): -2975808 or 12621778. OLE color: 12621778.

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

Color convert

RGB 210 151 192 -
CMYK 0 0.28 0.09 0.18
HSL 318.31º 0.4% 0.71% -
HSV(B) 318.31º 0.28% 0.82% -
XYZ 47.16 39.64 55.04 -
YUV 173.32 138.55 154.17 -
System Red Green Blue C M Y K H S L
Decimal 210 151 192 0 0.28 0.09 0.18 318.31 0.4 0.71
Hex D2 97 C0 0 1C 9 12 13E 28 47
Octal 322 227 300 0 34 11 22 476 50 107
Binary 11010010 10010111 11000000 0 11100 1001 10010 100111110 101000 1000111

Color Harmonies of #D297C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D297C0

Black with #D297C0

Text Example


Text Example

White with #D297C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D297C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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