Html Css Color HEX #DB3A71 Cerise

📋 copy color: '#DB3A71'

red 219 ◦ green 58 ◦ blue 113

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

Shades of Cerise #DB3A71

Tints of Cerise #DB3A71

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.87%

 BLUE value IS 113 (44.53% from 255) = 28.97%

R = 56.15%
G = 14.87%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB3A71 (or 0xDB3A71) is known color: Cerise. HEX triplet: DB, 3A and 71. RGB value is (219,58,113). Sum of RGB (Red+Green+Blue) = 219+58+113=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 58 (23.05% from 255 or 14.87% from 390); Blue value is 113 (44.53% from 255 or 28.97% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3A71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3A71 is #24C58E. Grayscale: #707070. Windows color (decimal): -2409871 or 7420635. OLE color: 7420635.

HSL color Cylindrical-coordinate representation of color #DB3A71: hue angle of 339.5º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB3A71 is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 58 113 -
CMYK 0 0.74 0.48 0.14
HSL 339.5º 0.69% 0.54% -
HSV(B) 339.5º 0.74% 0.86% -
XYZ 33.71 19.28 17.57 -
YUV 112.41 128.34 204.03 -
System Red Green Blue C M Y K H S L
Decimal 219 58 113 0 0.74 0.48 0.14 339.5 0.69 0.54
Hex DB 3A 71 0 4A 30 E 154 45 36
Octal 333 72 161 0 112 60 16 524 105 66
Binary 11011011 111010 1110001 0 1001010 110000 1110 101010100 1000101 110110

Color Harmonies of #DB3A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3A71

Black with #DB3A71

Text Example


Text Example

White with #DB3A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3A71; }

 p { color: rgb(219,58,113); }

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

background-color css

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

 a { background-color: rgb(219,58,113); }

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

border-color css

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

 span { border-color: rgb(219,58,113); }

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