#D498A4

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

Shades of Careys Pink #D498A4

Tints of Careys Pink #D498A4

Color information

#D498A4 (or 0xD498A4) is unknown color: approx Careys Pink. HEX triplet: D4, 98 and A4. RGB value is (212,152,164). Sum of RGB (Red+Green+Blue) = 212+152+164=528 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.15% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 164 (64.45% from 255 or 31.06% from 528); Max value from RGB is 212 - color contains mainly: red. Hex color #D498A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D498A4 is #2B675B. Grayscale: #ABABAB. Windows color (decimal): -2844508 or 10787028. OLE color: 10787028.

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

Color convert

RGB212152164-
CMYK00.280.230.17
HSL348º41.1%71.37%-
HSV(B)348º28.3%83.14%-
XYZ45.0839.1340.3-
YUV171.31123.88157.02-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.15%
GREEN value IS 152 (59.77% from 255) = 28.79%
BLUE value IS 164 (64.45% from 255) = 31.06%
R=40.15%
G=28.79%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215216400.280.230.1734841.171.37
HexD498A401C171115c2947
Octal324230244034272153451107
Binary11010100100110001010010001110010111100011010111001010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D498A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D498A4; }

 p { color: rgb(212,152,164); }

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

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

 a { background-color: rgb(212,152,164); }

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

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

 span { border-color: rgb(212,152,164); }

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