Html Css Color HEX #DB9599 Careys Pink

📋 copy color: '#DB9599'

red 219 ◦ green 149 ◦ blue 153

#DB9599
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Careys Pink #DB9599

Tints of Careys Pink #DB9599

RGB

 RED value IS 219 (85.94% from 255) = 42.03%

 GREEN value IS 149 (58.59% from 255) = 28.6%

 BLUE value IS 153 (60.16% from 255) = 29.37%

R = 42.03%
G = 28.6%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB9599 (or 0xDB9599) is known color: Careys Pink. HEX triplet: DB, 95 and 99. RGB value is (219,149,153). Sum of RGB (Red+Green+Blue) = 219+149+153=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 149 (58.59% from 255 or 28.60% from 521); Blue value is 153 (60.16% from 255 or 29.37% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9599 is #246A66. Grayscale: #AAAAAA. Windows color (decimal): -2386535 or 10065371. OLE color: 10065371.

HSL color Cylindrical-coordinate representation of color #DB9599: hue angle of 356.57º 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 #DB9599 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 149 153 -
CMYK 0 0.32 0.30 0.14
HSL 356.57º 0.49% 0.72% -
HSV(B) 356.57º 0.32% 0.86% -
XYZ 45.71 38.85 35.23 -
YUV 170.39 118.19 162.67 -
System Red Green Blue C M Y K H S L
Decimal 219 149 153 0 0.32 0.30 0.14 356.57 0.49 0.72
Hex DB 95 99 0 20 1E E 165 31 48
Octal 333 225 231 0 40 36 16 545 61 110
Binary 11011011 10010101 10011001 0 100000 11110 1110 101100101 110001 1001000

Color Harmonies of #DB9599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9599

Black with #DB9599

Text Example


Text Example

White with #DB9599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9599; }

 p { color: rgb(219,149,153); }

 H1.HeaderClassName
 {
   color: #DB9599;
 }
 .AnyTagClassName
 {
   color: #DB9599;
 }
</style>

background-color css

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

 a { background-color: rgb(219,149,153); }

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

border-color css

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

 span { border-color: rgb(219,149,153); }

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