#D3979A

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

Shades of Careys Pink #D3979A

Tints of Careys Pink #D3979A

Color information

#D3979A (or 0xD3979A) is unknown color: approx Careys Pink. HEX triplet: D3, 97 and 9A. RGB value is (211,151,154). Sum of RGB (Red+Green+Blue) = 211+151+154=516 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.89% from 516); Green value is 151 (59.38% from 255 or 29.26% from 516); Blue value is 154 (60.55% from 255 or 29.84% from 516); Max value from RGB is 211 - color contains mainly: red. Hex color #D3979A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3979A is #2C6865. Grayscale: #A9A9A9. Windows color (decimal): -2910310 or 10131411. OLE color: 10131411.

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

Color convert

RGB211151154-
CMYK00.280.270.17
HSL357º40.54%70.98%-
HSV(B)357º28.44%82.75%-
XYZ43.7638.3235.66-
YUV169.28119.38157.76-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.89%
GREEN value IS 151 (59.38% from 255) = 29.26%
BLUE value IS 154 (60.55% from 255) = 29.84%
R=40.89%
G=29.26%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115115400.280.270.1735740.5470.98
HexD3979A01C1B111652947
Octal323227232034332154551107
Binary11010011100101111001101001110011011100011011001011010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3979A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3979A; }

 p { color: rgb(211,151,154); }

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

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

 a { background-color: rgb(211,151,154); }

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

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

 span { border-color: rgb(211,151,154); }

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