#DB969B

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

Shades of Careys Pink #DB969B

Tints of Careys Pink #DB969B

Color information

#DB969B (or 0xDB969B) is unknown color: approx Careys Pink. HEX triplet: DB, 96 and 9B. RGB value is (219,150,155). Sum of RGB (Red+Green+Blue) = 219+150+155=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 155 (60.94% from 255 or 29.58% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DB969B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB969B is #246964. Grayscale: #ABABAB. Windows color (decimal): -2386277 or 10196699. OLE color: 10196699.

HSL color Cylindrical-coordinate representation of color #DB969B: hue angle of 355.65º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DB969B is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB219150155-
CMYK00.320.290.14
HSL355.65º48.94%72.35%-
HSV(B)355.65º31.51%85.88%-
XYZ46.0439.2436.16-
YUV171.2118.86162.09-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.79%
GREEN value IS 150 (58.98% from 255) = 28.63%
BLUE value IS 155 (60.94% from 255) = 29.58%
R=41.79%
G=28.63%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915015500.320.290.14355.6548.9472.35
HexDB969B0201DE1643148
Octal333226233040351654461110
Binary11011011100101101001101101000001110111101011001001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB969B; }

 p { color: rgb(219,150,155); }

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

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

 a { background-color: rgb(219,150,155); }

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

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

 span { border-color: rgb(219,150,155); }

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