Html Css Color HEX #DB9697 Careys Pink

📋 copy color: '#DB9697'

red 219 ◦ green 150 ◦ blue 151

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

Shades of Careys Pink #DB9697

Tints of Careys Pink #DB9697

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.85%

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

R = 42.12%
G = 28.85%
B = 29.04%

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

#DB9697 (or 0xDB9697) is known color: Careys Pink. HEX triplet: DB, 96 and 97. RGB value is (219,150,151). Sum of RGB (Red+Green+Blue) = 219+150+151=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 151 (59.38% from 255 or 29.04% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9697 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9697 is #246968. Grayscale: #AAAAAA. Windows color (decimal): -2386281 or 9934555. OLE color: 9934555.

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

Color convert

RGB 219 150 151 -
CMYK 0 0.32 0.31 0.14
HSL 359.13º 0.49% 0.72% -
HSV(B) 359.13º 0.32% 0.86% -
XYZ 45.71 39.11 34.42 -
YUV 170.75 116.86 162.42 -
System Red Green Blue C M Y K H S L
Decimal 219 150 151 0 0.32 0.31 0.14 359.13 0.49 0.72
Hex DB 96 97 0 20 1F E 167 31 48
Octal 333 226 227 0 40 37 16 547 61 110
Binary 11011011 10010110 10010111 0 100000 11111 1110 101100111 110001 1001000

Color Harmonies of #DB9697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9697

Black with #DB9697

Text Example


Text Example

White with #DB9697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9697; }

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

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

background-color css

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

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

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

border-color css

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

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

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