Html Css Color HEX #DB9D9E Careys Pink

📋 copy color: '#DB9D9E'

red 219 ◦ green 157 ◦ blue 158

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

Shades of Careys Pink #DB9D9E

Tints of Careys Pink #DB9D9E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.4%

 BLUE value IS 158 (62.11% from 255) = 29.59%

R = 41.01%
G = 29.4%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DB9D9E (or 0xDB9D9E) is known color: Careys Pink. HEX triplet: DB, 9D and 9E. RGB value is (219,157,158). Sum of RGB (Red+Green+Blue) = 219+157+158=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 158 (62.11% from 255 or 29.59% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9D9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9D9E is #246261. Grayscale: #AFAFAF. Windows color (decimal): -2384482 or 10395099. OLE color: 10395099.

HSL color Cylindrical-coordinate representation of color #DB9D9E: hue angle of 359.03º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DB9D9E is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 157 158 -
CMYK 0 0.28 0.28 0.14
HSL 359.03º 0.46% 0.74% -
HSV(B) 359.03º 0.28% 0.86% -
XYZ 47.44 41.64 37.89 -
YUV 175.65 118.04 158.92 -
System Red Green Blue C M Y K H S L
Decimal 219 157 158 0 0.28 0.28 0.14 359.03 0.46 0.74
Hex DB 9D 9E 0 1C 1C E 167 2E 4A
Octal 333 235 236 0 34 34 16 547 56 112
Binary 11011011 10011101 10011110 0 11100 11100 1110 101100111 101110 1001010

Color Harmonies of #DB9D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9D9E

Black with #DB9D9E

Text Example


Text Example

White with #DB9D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9D9E; }

 p { color: rgb(219,157,158); }

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

background-color css

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

 a { background-color: rgb(219,157,158); }

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

border-color css

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

 span { border-color: rgb(219,157,158); }

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