Html Css Color HEX #D53680 Deep Cerise

📋 copy color: '#D53680'

red 213 ◦ green 54 ◦ blue 128

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

Shades of Deep Cerise #D53680

Tints of Deep Cerise #D53680

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.67%

 BLUE value IS 128 (50.39% from 255) = 32.41%

R = 53.92%
G = 13.67%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D53680 (or 0xD53680) is known color: Deep Cerise. HEX triplet: D5, 36 and 80. RGB value is (213,54,128). Sum of RGB (Red+Green+Blue) = 213+54+128=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 54 (21.48% from 255 or 13.67% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D53680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53680 is #2AC97F. Grayscale: #6D6D6D. Windows color (decimal): -2804096 or 8402645. OLE color: 8402645.

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

Color convert

RGB 213 54 128 -
CMYK 0 0.75 0.40 0.16
HSL 332.08º 0.65% 0.52% -
HSV(B) 332.08º 0.75% 0.84% -
XYZ 32.66 18.34 22.24 -
YUV 109.98 138.18 201.48 -
System Red Green Blue C M Y K H S L
Decimal 213 54 128 0 0.75 0.40 0.16 332.08 0.65 0.52
Hex D5 36 80 0 4B 28 10 14C 41 34
Octal 325 66 200 0 113 50 20 514 101 64
Binary 11010101 110110 10000000 0 1001011 101000 10000 101001100 1000001 110100

Color Harmonies of #D53680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53680

Black with #D53680

Text Example


Text Example

White with #D53680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53680; }

 p { color: rgb(213,54,128); }

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

background-color css

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

 a { background-color: rgb(213,54,128); }

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

border-color css

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

 span { border-color: rgb(213,54,128); }

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