Html Css Color HEX #D53078 Deep Cerise

📋 copy color: '#D53078'

red 213 ◦ green 48 ◦ blue 120

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

Shades of Deep Cerise #D53078

Tints of Deep Cerise #D53078

RGB

 RED value IS 213 (83.59% from 255) = 55.91%

 GREEN value IS 48 (19.14% from 255) = 12.6%

 BLUE value IS 120 (47.27% from 255) = 31.5%

R = 55.91%
G = 12.6%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D53078 (or 0xD53078) is known color: Deep Cerise. HEX triplet: D5, 30 and 78. RGB value is (213,48,120). Sum of RGB (Red+Green+Blue) = 213+48+120=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 48 (19.14% from 255 or 12.60% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D53078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53078 is #2ACF87. Grayscale: #696969. Windows color (decimal): -2805640 or 7876821. OLE color: 7876821.

HSL color Cylindrical-coordinate representation of color #D53078: hue angle of 333.82º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D53078 is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 48 120 -
CMYK 0 0.77 0.44 0.16
HSL 333.82º 0.66% 0.51% -
HSV(B) 333.82º 0.77% 0.84% -
XYZ 31.89 17.62 19.49 -
YUV 105.54 136.16 204.65 -
System Red Green Blue C M Y K H S L
Decimal 213 48 120 0 0.77 0.44 0.16 333.82 0.66 0.51
Hex D5 30 78 0 4D 2C 10 14E 42 33
Octal 325 60 170 0 115 54 20 516 102 63
Binary 11010101 110000 1111000 0 1001101 101100 10000 101001110 1000010 110011

Color Harmonies of #D53078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53078

Black with #D53078

Text Example


Text Example

White with #D53078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53078; }

 p { color: rgb(213,48,120); }

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

background-color css

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

 a { background-color: rgb(213,48,120); }

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

border-color css

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

 span { border-color: rgb(213,48,120); }

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