Html Css Color HEX #DB9598 Careys Pink

📋 copy color: '#DB9598'

red 219 ◦ green 149 ◦ blue 152

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

Shades of Careys Pink #DB9598

Tints of Careys Pink #DB9598

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.65%

 BLUE value IS 152 (59.77% from 255) = 29.23%

R = 42.12%
G = 28.65%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB9598 (or 0xDB9598) is known color: Careys Pink. HEX triplet: DB, 95 and 98. RGB value is (219,149,152). Sum of RGB (Red+Green+Blue) = 219+149+152=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 149 (58.59% from 255 or 28.65% from 520); Blue value is 152 (59.77% from 255 or 29.23% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9598 is #246A67. Grayscale: #AAAAAA. Windows color (decimal): -2386536 or 9999835. OLE color: 9999835.

HSL color Cylindrical-coordinate representation of color #DB9598: hue angle of 357.43º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DB9598 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 149 152 -
CMYK 0 0.32 0.31 0.14
HSL 357.43º 0.49% 0.72% -
HSV(B) 357.43º 0.32% 0.86% -
XYZ 45.63 38.82 34.79 -
YUV 170.27 117.69 162.76 -
System Red Green Blue C M Y K H S L
Decimal 219 149 152 0 0.32 0.31 0.14 357.43 0.49 0.72
Hex DB 95 98 0 20 1F E 165 31 48
Octal 333 225 230 0 40 37 16 545 61 110
Binary 11011011 10010101 10011000 0 100000 11111 1110 101100101 110001 1001000

Color Harmonies of #DB9598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9598

Black with #DB9598

Text Example


Text Example

White with #DB9598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9598; }

 p { color: rgb(219,149,152); }

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

background-color css

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

 a { background-color: rgb(219,149,152); }

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

border-color css

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

 span { border-color: rgb(219,149,152); }

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