Html Css Color HEX #D54080 Deep Cerise

📋 copy color: '#D54080'

red 213 ◦ green 64 ◦ blue 128

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

Shades of Deep Cerise #D54080

Tints of Deep Cerise #D54080

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.8%

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

R = 52.59%
G = 15.8%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D54080 (or 0xD54080) is known color: Deep Cerise. HEX triplet: D5, 40 and 80. RGB value is (213,64,128). Sum of RGB (Red+Green+Blue) = 213+64+128=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 64 (25.39% from 255 or 15.80% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D54080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54080 is #2ABF7F. Grayscale: #737373. Windows color (decimal): -2801536 or 8405205. OLE color: 8405205.

HSL color Cylindrical-coordinate representation of color #D54080: hue angle of 334.23º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D54080 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 64 128 -
CMYK 0 0.70 0.40 0.16
HSL 334.23º 0.64% 0.54% -
HSV(B) 334.23º 0.7% 0.84% -
XYZ 33.17 19.37 22.41 -
YUV 115.85 134.86 197.3 -
System Red Green Blue C M Y K H S L
Decimal 213 64 128 0 0.70 0.40 0.16 334.23 0.64 0.54
Hex D5 40 80 0 46 28 10 14E 40 36
Octal 325 100 200 0 106 50 20 516 100 66
Binary 11010101 1000000 10000000 0 1000110 101000 10000 101001110 1000000 110110

Color Harmonies of #D54080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54080

Black with #D54080

Text Example


Text Example

White with #D54080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54080; }

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

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

background-color css

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

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

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

border-color css

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

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

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