Html Css Color HEX #DB4F9C Mulberry

📋 copy color: '#DB4F9C'

red 219 ◦ green 79 ◦ blue 156

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

Shades of Mulberry #DB4F9C

Tints of Mulberry #DB4F9C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.4%

 BLUE value IS 156 (61.33% from 255) = 34.36%

R = 48.24%
G = 17.4%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DB4F9C (or 0xDB4F9C) is known color: Mulberry. HEX triplet: DB, 4F and 9C. RGB value is (219,79,156). Sum of RGB (Red+Green+Blue) = 219+79+156=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 79 (31.25% from 255 or 17.40% from 454); Blue value is 156 (61.33% from 255 or 34.36% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4F9C is #24B063. Grayscale: #818181. Windows color (decimal): -2404452 or 10244059. OLE color: 10244059.

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

Color convert

RGB 219 79 156 -
CMYK 0 0.64 0.29 0.14
HSL 327º 0.66% 0.58% -
HSV(B) 327º 0.64% 0.86% -
XYZ 38.01 23.05 33.9 -
YUV 129.64 142.88 191.74 -
System Red Green Blue C M Y K H S L
Decimal 219 79 156 0 0.64 0.29 0.14 327 0.66 0.58
Hex DB 4F 9C 0 40 1D E 147 42 3A
Octal 333 117 234 0 100 35 16 507 102 72
Binary 11011011 1001111 10011100 0 1000000 11101 1110 101000111 1000010 111010

Color Harmonies of #DB4F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4F9C

Black with #DB4F9C

Text Example


Text Example

White with #DB4F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4F9C; }

 p { color: rgb(219,79,156); }

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

background-color css

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

 a { background-color: rgb(219,79,156); }

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

border-color css

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

 span { border-color: rgb(219,79,156); }

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