Html Css Color HEX #DB9BA4 Careys Pink

📋 copy color: '#DB9BA4'

red 219 ◦ green 155 ◦ blue 164

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

Shades of Careys Pink #DB9BA4

Tints of Careys Pink #DB9BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 30.48%

R = 40.71%
G = 28.81%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DB9BA4 (or 0xDB9BA4) is known color: Careys Pink. HEX triplet: DB, 9B and A4. RGB value is (219,155,164). Sum of RGB (Red+Green+Blue) = 219+155+164=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 155 (60.94% from 255 or 28.81% from 538); Blue value is 164 (64.45% from 255 or 30.48% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9BA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9BA4 is #24645B. Grayscale: #AFAFAF. Windows color (decimal): -2384988 or 10787803. OLE color: 10787803.

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

Color convert

RGB 219 155 164 -
CMYK 0 0.29 0.25 0.14
HSL 351.56º 0.47% 0.73% -
HSV(B) 351.56º 0.29% 0.86% -
XYZ 47.64 41.18 40.56 -
YUV 175.16 121.7 159.27 -
System Red Green Blue C M Y K H S L
Decimal 219 155 164 0 0.29 0.25 0.14 351.56 0.47 0.73
Hex DB 9B A4 0 1D 19 E 160 2F 49
Octal 333 233 244 0 35 31 16 540 57 111
Binary 11011011 10011011 10100100 0 11101 11001 1110 101100000 101111 1001001

Color Harmonies of #DB9BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9BA4

Black with #DB9BA4

Text Example


Text Example

White with #DB9BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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