Html Css Color HEX #D53278 Deep Cerise

📋 copy color: '#D53278'

red 213 ◦ green 50 ◦ blue 120

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

Shades of Deep Cerise #D53278

Tints of Deep Cerise #D53278

RGB

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

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

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

R = 55.61%
G = 13.05%
B = 31.33%

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

#D53278 (or 0xD53278) is known color: Deep Cerise. HEX triplet: D5, 32 and 78. RGB value is (213,50,120). Sum of RGB (Red+Green+Blue) = 213+50+120=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 50 (19.92% from 255 or 13.05% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D53278 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53278 is #2ACD87. Grayscale: #6A6A6A. Windows color (decimal): -2805128 or 7877333. OLE color: 7877333.

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

Color convert

RGB 213 50 120 -
CMYK 0 0.77 0.44 0.16
HSL 334.23º 0.66% 0.52% -
HSV(B) 334.23º 0.77% 0.84% -
XYZ 31.97 17.78 19.52 -
YUV 106.72 135.5 203.81 -
System Red Green Blue C M Y K H S L
Decimal 213 50 120 0 0.77 0.44 0.16 334.23 0.66 0.52
Hex D5 32 78 0 4D 2C 10 14E 42 34
Octal 325 62 170 0 115 54 20 516 102 64
Binary 11010101 110010 1111000 0 1001101 101100 10000 101001110 1000010 110100

Color Harmonies of #D53278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53278

Black with #D53278

Text Example


Text Example

White with #D53278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53278; }

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

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

background-color css

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

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

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

border-color css

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

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

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