#D497A1

Color #D497A1 Careys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Careys Pink #D497A1

Tints of Careys Pink #D497A1

Color information

#D497A1 (or 0xD497A1) is unknown color: approx Careys Pink. HEX triplet: D4, 97 and A1. RGB value is (212,151,161). Sum of RGB (Red+Green+Blue) = 212+151+161=524 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.46% from 524); Green value is 151 (59.38% from 255 or 28.82% from 524); Blue value is 161 (63.28% from 255 or 30.73% from 524); Max value from RGB is 212 - color contains mainly: red. Hex color #D497A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D497A1 is #2B685E. Grayscale: #AAAAAA. Windows color (decimal): -2844767 or 10590164. OLE color: 10590164.

HSL color Cylindrical-coordinate representation of color #D497A1: hue angle of 350.16º 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 #D497A1 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.17.

Color convert

RGB212151161-
CMYK00.290.240.17
HSL350.16º41.5%71.18%-
HSV(B)350.16º28.77%83.14%-
XYZ44.6538.738.84-
YUV170.38122.71157.69-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.46%
GREEN value IS 151 (59.38% from 255) = 28.82%
BLUE value IS 161 (63.28% from 255) = 30.73%
R=40.46%
G=28.82%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215116100.290.240.17350.1641.571.18
HexD497A101D181115e2947
Octal324227241035302153651107
Binary11010100100101111010000101110111000100011010111101010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D497A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D497A1; }

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

 H1.HeaderClassName
 {
   color: #D497A1;
 }
 .AnyTagClassName
 {
   color: #D497A1;
 }
</style>
background-color css

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

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

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

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

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

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