Html Css Color HEX #DB9496 Careys Pink

📋 copy color: '#DB9496'

red 219 ◦ green 148 ◦ blue 150

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

Shades of Careys Pink #DB9496

Tints of Careys Pink #DB9496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.01%

R = 42.36%
G = 28.63%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB9496 (or 0xDB9496) is known color: Careys Pink. HEX triplet: DB, 94 and 96. RGB value is (219,148,150). Sum of RGB (Red+Green+Blue) = 219+148+150=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 150 (58.98% from 255 or 29.01% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9496 is #246B69. Grayscale: #A9A9A9. Windows color (decimal): -2386794 or 9868507. OLE color: 9868507.

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

Color convert

RGB 219 148 150 -
CMYK 0 0.32 0.32 0.14
HSL 358.31º 0.5% 0.72% -
HSV(B) 358.31º 0.32% 0.86% -
XYZ 45.31 38.44 33.89 -
YUV 169.46 117.02 163.34 -
System Red Green Blue C M Y K H S L
Decimal 219 148 150 0 0.32 0.32 0.14 358.31 0.5 0.72
Hex DB 94 96 0 20 20 E 166 32 48
Octal 333 224 226 0 40 40 16 546 62 110
Binary 11011011 10010100 10010110 0 100000 100000 1110 101100110 110010 1001000

Color Harmonies of #DB9496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9496

Black with #DB9496

Text Example


Text Example

White with #DB9496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9496; }

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

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

background-color css

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

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

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

border-color css

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

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

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