Html Css Color HEX #DB9A9F Careys Pink

📋 copy color: '#DB9A9F'

red 219 ◦ green 154 ◦ blue 159

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

Shades of Careys Pink #DB9A9F

Tints of Careys Pink #DB9A9F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.95%

 BLUE value IS 159 (62.5% from 255) = 29.89%

R = 41.17%
G = 28.95%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DB9A9F (or 0xDB9A9F) is known color: Careys Pink. HEX triplet: DB, 9A and 9F. RGB value is (219,154,159). Sum of RGB (Red+Green+Blue) = 219+154+159=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 154 (60.55% from 255 or 28.95% from 532); Blue value is 159 (62.5% from 255 or 29.89% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9A9F is #246560. Grayscale: #AEAEAE. Windows color (decimal): -2385249 or 10459867. OLE color: 10459867.

HSL color Cylindrical-coordinate representation of color #DB9A9F: hue angle of 355.38º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DB9A9F is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 154 159 -
CMYK 0 0.30 0.27 0.14
HSL 355.38º 0.47% 0.73% -
HSV(B) 355.38º 0.3% 0.86% -
XYZ 47.03 40.67 38.17 -
YUV 174.01 119.53 160.09 -
System Red Green Blue C M Y K H S L
Decimal 219 154 159 0 0.30 0.27 0.14 355.38 0.47 0.73
Hex DB 9A 9F 0 1E 1B E 163 2F 49
Octal 333 232 237 0 36 33 16 543 57 111
Binary 11011011 10011010 10011111 0 11110 11011 1110 101100011 101111 1001001

Color Harmonies of #DB9A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9A9F

Black with #DB9A9F

Text Example


Text Example

White with #DB9A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9A9F; }

 p { color: rgb(219,154,159); }

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

background-color css

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

 a { background-color: rgb(219,154,159); }

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

border-color css

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

 span { border-color: rgb(219,154,159); }

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