Html Css Color HEX #D52382 Deep Cerise

📋 copy color: '#D52382'

red 213 ◦ green 35 ◦ blue 130

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

Shades of Deep Cerise #D52382

Tints of Deep Cerise #D52382

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.26%

 BLUE value IS 130 (51.17% from 255) = 34.39%

R = 56.35%
G = 9.26%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D52382 (or 0xD52382) is known color: Deep Cerise. HEX triplet: D5, 23 and 82. RGB value is (213,35,130). Sum of RGB (Red+Green+Blue) = 213+35+130=378 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.35% from 378); Green value is 35 (14.06% from 255 or 9.26% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 213 - color contains mainly: red. Hex color #D52382 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52382 is #2ADC7D. Grayscale: #626262. Windows color (decimal): -2808958 or 8528853. OLE color: 8528853.

HSL color Cylindrical-coordinate representation of color #D52382: hue angle of 327.98º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D52382 is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 35 130 -
CMYK 0 0.84 0.39 0.16
HSL 327.98º 0.72% 0.49% -
HSV(B) 327.98º 0.84% 0.84% -
XYZ 32.07 16.96 22.7 -
YUV 99.05 145.47 209.28 -
System Red Green Blue C M Y K H S L
Decimal 213 35 130 0 0.84 0.39 0.16 327.98 0.72 0.49
Hex D5 23 82 0 54 27 10 148 48 31
Octal 325 43 202 0 124 47 20 510 110 61
Binary 11010101 100011 10000010 0 1010100 100111 10000 101001000 1001000 110001

Color Harmonies of #D52382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52382

Black with #D52382

Text Example


Text Example

White with #D52382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52382; }

 p { color: rgb(213,35,130); }

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

background-color css

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

 a { background-color: rgb(213,35,130); }

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

border-color css

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

 span { border-color: rgb(213,35,130); }

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