Html Css Color HEX #DB9596 Careys Pink

📋 copy color: '#DB9596'

red 219 ◦ green 149 ◦ blue 150

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

Shades of Careys Pink #DB9596

Tints of Careys Pink #DB9596

RGB

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

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

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

R = 42.28%
G = 28.76%
B = 28.96%

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

#DB9596 (or 0xDB9596) is known color: Careys Pink. HEX triplet: DB, 95 and 96. RGB value is (219,149,150). Sum of RGB (Red+Green+Blue) = 219+149+150=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 150 (58.98% from 255 or 28.96% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9596 is #246A69. Grayscale: #AAAAAA. Windows color (decimal): -2386538 or 9868763. OLE color: 9868763.

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

Color convert

RGB 219 149 150 -
CMYK 0 0.32 0.32 0.14
HSL 359.14º 0.49% 0.72% -
HSV(B) 359.14º 0.32% 0.86% -
XYZ 45.47 38.76 33.94 -
YUV 170.04 116.69 162.92 -
System Red Green Blue C M Y K H S L
Decimal 219 149 150 0 0.32 0.32 0.14 359.14 0.49 0.72
Hex DB 95 96 0 20 20 E 167 31 48
Octal 333 225 226 0 40 40 16 547 61 110
Binary 11011011 10010101 10010110 0 100000 100000 1110 101100111 110001 1001000

Color Harmonies of #DB9596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9596

Black with #DB9596

Text Example


Text Example

White with #DB9596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9596; }

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

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

background-color css

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

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

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

border-color css

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

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

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