Html Css Color HEX #DB9499 Careys Pink

📋 copy color: '#DB9499'

red 219 ◦ green 148 ◦ blue 153

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

Shades of Careys Pink #DB9499

Tints of Careys Pink #DB9499

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.46%

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

R = 42.12%
G = 28.46%
B = 29.42%

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

#DB9499 (or 0xDB9499) is known color: Careys Pink. HEX triplet: DB, 94 and 99. RGB value is (219,148,153). Sum of RGB (Red+Green+Blue) = 219+148+153=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 148 (58.20% from 255 or 28.46% from 520); Blue value is 153 (60.16% from 255 or 29.42% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9499 is #246B66. Grayscale: #A9A9A9. Windows color (decimal): -2386791 or 10065115. OLE color: 10065115.

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

Color convert

RGB 219 148 153 -
CMYK 0 0.32 0.30 0.14
HSL 355.77º 0.5% 0.72% -
HSV(B) 355.77º 0.32% 0.86% -
XYZ 45.55 38.54 35.18 -
YUV 169.8 118.52 163.09 -
System Red Green Blue C M Y K H S L
Decimal 219 148 153 0 0.32 0.30 0.14 355.77 0.5 0.72
Hex DB 94 99 0 20 1E E 164 32 48
Octal 333 224 231 0 40 36 16 544 62 110
Binary 11011011 10010100 10011001 0 100000 11110 1110 101100100 110010 1001000

Color Harmonies of #DB9499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9499

Black with #DB9499

Text Example


Text Example

White with #DB9499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9499; }

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

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

background-color css

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

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

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

border-color css

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

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

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