Html Css Color HEX #DB9597 Careys Pink

📋 copy color: '#DB9597'

red 219 ◦ green 149 ◦ blue 151

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

Shades of Careys Pink #DB9597

Tints of Careys Pink #DB9597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 29.09%

R = 42.2%
G = 28.71%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB9597 (or 0xDB9597) is known color: Careys Pink. HEX triplet: DB, 95 and 97. RGB value is (219,149,151). Sum of RGB (Red+Green+Blue) = 219+149+151=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 151 (59.38% from 255 or 29.09% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9597 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9597 is #246A68. Grayscale: #AAAAAA. Windows color (decimal): -2386537 or 9934299. OLE color: 9934299.

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

Color convert

RGB 219 149 151 -
CMYK 0 0.32 0.31 0.14
HSL 358.29º 0.49% 0.72% -
HSV(B) 358.29º 0.32% 0.86% -
XYZ 45.55 38.79 34.36 -
YUV 170.16 117.19 162.84 -
System Red Green Blue C M Y K H S L
Decimal 219 149 151 0 0.32 0.31 0.14 358.29 0.49 0.72
Hex DB 95 97 0 20 1F E 166 31 48
Octal 333 225 227 0 40 37 16 546 61 110
Binary 11011011 10010101 10010111 0 100000 11111 1110 101100110 110001 1001000

Color Harmonies of #DB9597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9597

Black with #DB9597

Text Example


Text Example

White with #DB9597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9597; }

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

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

background-color css

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

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

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

border-color css

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

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

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