#D6969F

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

Shades of Careys Pink #D6969F

Tints of Careys Pink #D6969F

Color information

#D6969F (or 0xD6969F) is unknown color: approx Careys Pink. HEX triplet: D6, 96 and 9F. RGB value is (214,150,159). Sum of RGB (Red+Green+Blue) = 214+150+159=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 150 (58.98% from 255 or 28.68% from 523); Blue value is 159 (62.5% from 255 or 30.40% from 523); Max value from RGB is 214 - color contains mainly: red. Hex color #D6969F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6969F is #296960. Grayscale: #AAAAAA. Windows color (decimal): -2713953 or 10458838. OLE color: 10458838.

HSL color Cylindrical-coordinate representation of color #D6969F: hue angle of 351.56º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6969F is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB214150159-
CMYK00.300.260.16
HSL351.56º43.84%71.37%-
HSV(B)351.56º29.91%83.92%-
XYZ44.938.6137.89-
YUV170.16121.7159.27-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.92%
GREEN value IS 150 (58.98% from 255) = 28.68%
BLUE value IS 159 (62.5% from 255) = 30.40%
R=40.92%
G=28.68%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415015900.300.260.16351.5643.8471.37
HexD6969F01E1A101602c47
Octal326226237036322054054107
Binary11010110100101101001111101111011010100001011000001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6969F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6969F; }

 p { color: rgb(214,150,159); }

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

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

 a { background-color: rgb(214,150,159); }

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

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

 span { border-color: rgb(214,150,159); }

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