Html Css Color HEX #DB9BA2 Careys Pink

📋 copy color: '#DB9BA2'

red 219 ◦ green 155 ◦ blue 162

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

Shades of Careys Pink #DB9BA2

Tints of Careys Pink #DB9BA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 30.22%

R = 40.86%
G = 28.92%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DB9BA2 (or 0xDB9BA2) is known color: Careys Pink. HEX triplet: DB, 9B and A2. RGB value is (219,155,162). Sum of RGB (Red+Green+Blue) = 219+155+162=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 155 (60.94% from 255 or 28.92% from 536); Blue value is 162 (63.67% from 255 or 30.22% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9BA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9BA2 is #24645D. Grayscale: #AEAEAE. Windows color (decimal): -2384990 or 10656731. OLE color: 10656731.

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

Color convert

RGB 219 155 162 -
CMYK 0 0.29 0.26 0.14
HSL 353.44º 0.47% 0.73% -
HSV(B) 353.44º 0.29% 0.86% -
XYZ 47.46 41.11 39.62 -
YUV 174.93 120.7 159.43 -
System Red Green Blue C M Y K H S L
Decimal 219 155 162 0 0.29 0.26 0.14 353.44 0.47 0.73
Hex DB 9B A2 0 1D 1A E 161 2F 49
Octal 333 233 242 0 35 32 16 541 57 111
Binary 11011011 10011011 10100010 0 11101 11010 1110 101100001 101111 1001001

Color Harmonies of #DB9BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9BA2

Black with #DB9BA2

Text Example


Text Example

White with #DB9BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9BA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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