Html Css Color HEX #D52180 Deep Cerise

📋 copy color: '#D52180'

red 213 ◦ green 33 ◦ blue 128

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

Shades of Deep Cerise #D52180

Tints of Deep Cerise #D52180

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.82%

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

R = 56.95%
G = 8.82%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D52180 (or 0xD52180) is known color: Deep Cerise. HEX triplet: D5, 21 and 80. RGB value is (213,33,128). Sum of RGB (Red+Green+Blue) = 213+33+128=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 33 (13.28% from 255 or 8.82% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D52180 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52180 is #2ADE7F. Grayscale: #616161. Windows color (decimal): -2809472 or 8397269. OLE color: 8397269.

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

Color convert

RGB 213 33 128 -
CMYK 0 0.85 0.40 0.16
HSL 328.33º 0.73% 0.48% -
HSV(B) 328.33º 0.85% 0.84% -
XYZ 31.88 16.79 21.98 -
YUV 97.65 145.13 210.28 -
System Red Green Blue C M Y K H S L
Decimal 213 33 128 0 0.85 0.40 0.16 328.33 0.73 0.48
Hex D5 21 80 0 55 28 10 148 49 30
Octal 325 41 200 0 125 50 20 510 111 60
Binary 11010101 100001 10000000 0 1010101 101000 10000 101001000 1001001 110000

Color Harmonies of #D52180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52180

Black with #D52180

Text Example


Text Example

White with #D52180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52180; }

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

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

background-color css

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

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

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

border-color css

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

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

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