Html Css Color HEX #D52D8D Deep Cerise

📋 copy color: '#D52D8D'

red 213 ◦ green 45 ◦ blue 141

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

Shades of Deep Cerise #D52D8D

Tints of Deep Cerise #D52D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.34%

R = 53.38%
G = 11.28%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D52D8D (or 0xD52D8D) is known color: Deep Cerise. HEX triplet: D5, 2D and 8D. RGB value is (213,45,141). Sum of RGB (Red+Green+Blue) = 213+45+141=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 45 (17.97% from 255 or 11.28% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D52D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52D8D is #2AD272. Grayscale: #696969. Windows color (decimal): -2806387 or 9252309. OLE color: 9252309.

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

Color convert

RGB 213 45 141 -
CMYK 0 0.79 0.34 0.16
HSL 325.71º 0.67% 0.51% -
HSV(B) 325.71º 0.79% 0.84% -
XYZ 33.19 17.95 26.91 -
YUV 106.18 147.66 204.19 -
System Red Green Blue C M Y K H S L
Decimal 213 45 141 0 0.79 0.34 0.16 325.71 0.67 0.51
Hex D5 2D 8D 0 4F 22 10 146 43 33
Octal 325 55 215 0 117 42 20 506 103 63
Binary 11010101 101101 10001101 0 1001111 100010 10000 101000110 1000011 110011

Color Harmonies of #D52D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52D8D

Black with #D52D8D

Text Example


Text Example

White with #D52D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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