Html Css Color HEX #DB3270 Cerise

📋 copy color: '#DB3270'

red 219 ◦ green 50 ◦ blue 112

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

Shades of Cerise #DB3270

Tints of Cerise #DB3270

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.12%

 BLUE value IS 112 (44.14% from 255) = 29.4%

R = 57.48%
G = 13.12%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB3270 (or 0xDB3270) is known color: Cerise. HEX triplet: DB, 32 and 70. RGB value is (219,50,112). Sum of RGB (Red+Green+Blue) = 219+50+112=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 50 (19.92% from 255 or 13.12% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3270 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3270 is #24CD8F. Grayscale: #6B6B6B. Windows color (decimal): -2411920 or 7353051. OLE color: 7353051.

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

Color convert

RGB 219 50 112 -
CMYK 0 0.77 0.49 0.14
HSL 337.99º 0.7% 0.53% -
HSV(B) 337.99º 0.77% 0.86% -
XYZ 33.28 18.51 17.15 -
YUV 107.6 130.49 207.46 -
System Red Green Blue C M Y K H S L
Decimal 219 50 112 0 0.77 0.49 0.14 337.99 0.7 0.53
Hex DB 32 70 0 4D 31 E 152 46 35
Octal 333 62 160 0 115 61 16 522 106 65
Binary 11011011 110010 1110000 0 1001101 110001 1110 101010010 1000110 110101

Color Harmonies of #DB3270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3270

Black with #DB3270

Text Example


Text Example

White with #DB3270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3270; }

 p { color: rgb(219,50,112); }

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

background-color css

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

 a { background-color: rgb(219,50,112); }

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

border-color css

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

 span { border-color: rgb(219,50,112); }

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