Html Css Color HEX #DB949D Can Can

📋 copy color: '#DB949D'

red 219 ◦ green 148 ◦ blue 157

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

Shades of Can Can #DB949D

Tints of Can Can #DB949D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.24%

 BLUE value IS 157 (61.72% from 255) = 29.96%

R = 41.79%
G = 28.24%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DB949D (or 0xDB949D) is known color: Can Can. HEX triplet: DB, 94 and 9D. RGB value is (219,148,157). Sum of RGB (Red+Green+Blue) = 219+148+157=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 148 (58.20% from 255 or 28.24% from 524); Blue value is 157 (61.72% from 255 or 29.96% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DB949D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB949D is #246B62. Grayscale: #AAAAAA. Windows color (decimal): -2386787 or 10327259. OLE color: 10327259.

HSL color Cylindrical-coordinate representation of color #DB949D: hue angle of 352.39º degrees, saturation: 0.5, 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 #DB949D is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 148 157 -
CMYK 0 0.32 0.28 0.14
HSL 352.39º 0.5% 0.72% -
HSV(B) 352.39º 0.32% 0.86% -
XYZ 45.89 38.67 36.94 -
YUV 170.26 120.52 162.77 -
System Red Green Blue C M Y K H S L
Decimal 219 148 157 0 0.32 0.28 0.14 352.39 0.5 0.72
Hex DB 94 9D 0 20 1C E 160 32 48
Octal 333 224 235 0 40 34 16 540 62 110
Binary 11011011 10010100 10011101 0 100000 11100 1110 101100000 110010 1001000

Color Harmonies of #DB949D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB949D

Black with #DB949D

Text Example


Text Example

White with #DB949D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB949D; }

 p { color: rgb(219,148,157); }

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

background-color css

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

 a { background-color: rgb(219,148,157); }

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

border-color css

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

 span { border-color: rgb(219,148,157); }

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