Html Css Color HEX #DB9B9F Careys Pink

📋 copy color: '#DB9B9F'

red 219 ◦ green 155 ◦ blue 159

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

Shades of Careys Pink #DB9B9F

Tints of Careys Pink #DB9B9F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.08%

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

R = 41.09%
G = 29.08%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DB9B9F (or 0xDB9B9F) is known color: Careys Pink. HEX triplet: DB, 9B and 9F. RGB value is (219,155,159). Sum of RGB (Red+Green+Blue) = 219+155+159=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 155 (60.94% from 255 or 29.08% from 533); Blue value is 159 (62.5% from 255 or 29.83% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9B9F is #246460. Grayscale: #AEAEAE. Windows color (decimal): -2384993 or 10460123. OLE color: 10460123.

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

Color convert

RGB 219 155 159 -
CMYK 0 0.29 0.27 0.14
HSL 356.25º 0.47% 0.73% -
HSV(B) 356.25º 0.29% 0.86% -
XYZ 47.19 41.01 38.23 -
YUV 174.59 119.2 159.67 -
System Red Green Blue C M Y K H S L
Decimal 219 155 159 0 0.29 0.27 0.14 356.25 0.47 0.73
Hex DB 9B 9F 0 1D 1B E 164 2F 49
Octal 333 233 237 0 35 33 16 544 57 111
Binary 11011011 10011011 10011111 0 11101 11011 1110 101100100 101111 1001001

Color Harmonies of #DB9B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9B9F

Black with #DB9B9F

Text Example


Text Example

White with #DB9B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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