#D09D9E

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

Shades of Careys Pink #D09D9E

Tints of Careys Pink #D09D9E

Color information

#D09D9E (or 0xD09D9E) is unknown color: approx Careys Pink. HEX triplet: D0, 9D and 9E. RGB value is (208,157,158). Sum of RGB (Red+Green+Blue) = 208+157+158=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 157 (61.72% from 255 or 30.02% from 523); Blue value is 158 (62.11% from 255 or 30.21% from 523); Max value from RGB is 208 - color contains mainly: red. Hex color #D09D9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09D9E is #2F6261. Grayscale: #ACACAC. Windows color (decimal): -3105378 or 10395088. OLE color: 10395088.

HSL color Cylindrical-coordinate representation of color #D09D9E: hue angle of 358.82º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D09D9E is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB208157158-
CMYK00.250.240.18
HSL358.82º35.17%71.57%-
HSV(B)358.82º24.52%81.57%-
XYZ44.2439.9937.74-
YUV172.36119.9153.42-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.77%
GREEN value IS 157 (61.72% from 255) = 30.02%
BLUE value IS 158 (62.11% from 255) = 30.21%
R=39.77%
G=30.02%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815715800.250.240.18358.8235.1771.57
HexD09D9E01918121672348
Octal320235236031302254743110
Binary11010000100111011001111001100111000100101011001111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09D9E; }

 p { color: rgb(208,157,158); }

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

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

 a { background-color: rgb(208,157,158); }

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

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

 span { border-color: rgb(208,157,158); }

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