Html Css Color HEX #D52182 Deep Cerise

📋 copy color: '#D52182'

red 213 ◦ green 33 ◦ blue 130

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

Shades of Deep Cerise #D52182

Tints of Deep Cerise #D52182

RGB

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

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

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

R = 56.65%
G = 8.78%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D52182 (or 0xD52182) is known color: Deep Cerise. HEX triplet: D5, 21 and 82. RGB value is (213,33,130). Sum of RGB (Red+Green+Blue) = 213+33+130=376 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.65% from 376); Green value is 33 (13.28% from 255 or 8.78% from 376); Blue value is 130 (51.17% from 255 or 34.57% from 376); Max value from RGB is 213 - color contains mainly: red. Hex color #D52182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52182 is #2ADE7D. Grayscale: #616161. Windows color (decimal): -2809470 or 8528341. OLE color: 8528341.

HSL color Cylindrical-coordinate representation of color #D52182: hue angle of 327.67º 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 #D52182 is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 33 130 -
CMYK 0 0.85 0.39 0.16
HSL 327.67º 0.73% 0.48% -
HSV(B) 327.67º 0.85% 0.84% -
XYZ 32.01 16.85 22.68 -
YUV 97.88 146.13 210.11 -
System Red Green Blue C M Y K H S L
Decimal 213 33 130 0 0.85 0.39 0.16 327.67 0.73 0.48
Hex D5 21 82 0 55 27 10 148 49 30
Octal 325 41 202 0 125 47 20 510 111 60
Binary 11010101 100001 10000010 0 1010101 100111 10000 101001000 1001001 110000

Color Harmonies of #D52182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52182

Black with #D52182

Text Example


Text Example

White with #D52182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52182; }

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

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

background-color css

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

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

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

border-color css

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

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

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