Html Css Color HEX #D297C2 Lily

📋 copy color: '#D297C2'

red 210 ◦ green 151 ◦ blue 194

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

Shades of Lily #D297C2

Tints of Lily #D297C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.95%

R = 37.84%
G = 27.21%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D297C2 (or 0xD297C2) is known color: Lily. HEX triplet: D2, 97 and C2. RGB value is (210,151,194). Sum of RGB (Red+Green+Blue) = 210+151+194=555 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.84% from 555); Green value is 151 (59.38% from 255 or 27.21% from 555); Blue value is 194 (76.17% from 255 or 34.95% from 555); Max value from RGB is 210 - color contains mainly: red. Hex color #D297C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D297C2 is #2D683D. Grayscale: #ADADAD. Windows color (decimal): -2975806 or 12752850. OLE color: 12752850.

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

Color convert

RGB 210 151 194 -
CMYK 0 0.28 0.08 0.18
HSL 316.27º 0.4% 0.71% -
HSV(B) 316.27º 0.28% 0.82% -
XYZ 47.38 39.73 56.21 -
YUV 173.54 139.55 154 -
System Red Green Blue C M Y K H S L
Decimal 210 151 194 0 0.28 0.08 0.18 316.27 0.4 0.71
Hex D2 97 C2 0 1C 8 12 13C 28 47
Octal 322 227 302 0 34 10 22 474 50 107
Binary 11010010 10010111 11000010 0 11100 1000 10010 100111100 101000 1000111

Color Harmonies of #D297C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D297C2

Black with #D297C2

Text Example


Text Example

White with #D297C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D297C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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