Html Css Color HEX #D52D82 Deep Cerise

📋 copy color: '#D52D82'

red 213 ◦ green 45 ◦ blue 130

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

Shades of Deep Cerise #D52D82

Tints of Deep Cerise #D52D82

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.6%

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

R = 54.9%
G = 11.6%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D52D82 (or 0xD52D82) is known color: Deep Cerise. HEX triplet: D5, 2D and 82. RGB value is (213,45,130). Sum of RGB (Red+Green+Blue) = 213+45+130=388 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.90% from 388); Green value is 45 (17.97% from 255 or 11.60% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 213 - color contains mainly: red. Hex color #D52D82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52D82 is #2AD27D. Grayscale: #686868. Windows color (decimal): -2806398 or 8531413. OLE color: 8531413.

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

Color convert

RGB 213 45 130 -
CMYK 0 0.79 0.39 0.16
HSL 329.64º 0.67% 0.51% -
HSV(B) 329.64º 0.79% 0.84% -
XYZ 32.41 17.63 22.81 -
YUV 104.92 142.16 205.09 -
System Red Green Blue C M Y K H S L
Decimal 213 45 130 0 0.79 0.39 0.16 329.64 0.67 0.51
Hex D5 2D 82 0 4F 27 10 14A 43 33
Octal 325 55 202 0 117 47 20 512 103 63
Binary 11010101 101101 10000010 0 1001111 100111 10000 101001010 1000011 110011

Color Harmonies of #D52D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52D82

Black with #D52D82

Text Example


Text Example

White with #D52D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52D82; }

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

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

background-color css

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

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

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

border-color css

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

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

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