Html Css Color HEX #D497C1 Lily

📋 copy color: '#D497C1'

red 212 ◦ green 151 ◦ blue 193

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

Shades of Lily #D497C1

Tints of Lily #D497C1

RGB

 RED value IS 212 (83.2% from 255) = 38.13%

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

 BLUE value IS 193 (75.78% from 255) = 34.71%

R = 38.13%
G = 27.16%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D497C1 (or 0xD497C1) is known color: Lily. HEX triplet: D4, 97 and C1. RGB value is (212,151,193). Sum of RGB (Red+Green+Blue) = 212+151+193=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 151 (59.38% from 255 or 27.16% from 556); Blue value is 193 (75.78% from 255 or 34.71% from 556); Max value from RGB is 212 - color contains mainly: red. Hex color #D497C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D497C1 is #2B683E. Grayscale: #ADADAD. Windows color (decimal): -2844735 or 12687316. OLE color: 12687316.

HSL color Cylindrical-coordinate representation of color #D497C1: hue angle of 318.69º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D497C1 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 151 193 -
CMYK 0 0.29 0.09 0.17
HSL 318.69º 0.41% 0.71% -
HSV(B) 318.69º 0.29% 0.83% -
XYZ 47.84 39.98 55.65 -
YUV 174.03 138.71 155.08 -
System Red Green Blue C M Y K H S L
Decimal 212 151 193 0 0.29 0.09 0.17 318.69 0.41 0.71
Hex D4 97 C1 0 1D 9 11 13F 29 47
Octal 324 227 301 0 35 11 21 477 51 107
Binary 11010100 10010111 11000001 0 11101 1001 10001 100111111 101001 1000111

Color Harmonies of #D497C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D497C1

Black with #D497C1

Text Example


Text Example

White with #D497C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D497C1; }

 p { color: rgb(212,151,193); }

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

background-color css

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

 a { background-color: rgb(212,151,193); }

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

border-color css

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

 span { border-color: rgb(212,151,193); }

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