Html Css Color HEX #D52D8F Deep Cerise

📋 copy color: '#D52D8F'

red 213 ◦ green 45 ◦ blue 143

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

Shades of Deep Cerise #D52D8F

Tints of Deep Cerise #D52D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.66%

R = 53.12%
G = 11.22%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D52D8F (or 0xD52D8F) is known color: Deep Cerise. HEX triplet: D5, 2D and 8F. RGB value is (213,45,143). Sum of RGB (Red+Green+Blue) = 213+45+143=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 45 (17.97% from 255 or 11.22% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D52D8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52D8F is #2AD270. Grayscale: #6A6A6A. Windows color (decimal): -2806385 or 9383381. OLE color: 9383381.

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

Color convert

RGB 213 45 143 -
CMYK 0 0.79 0.33 0.16
HSL 325º 0.67% 0.51% -
HSV(B) 325º 0.79% 0.84% -
XYZ 33.34 18.01 27.71 -
YUV 106.4 148.66 204.03 -
System Red Green Blue C M Y K H S L
Decimal 213 45 143 0 0.79 0.33 0.16 325 0.67 0.51
Hex D5 2D 8F 0 4F 21 10 145 43 33
Octal 325 55 217 0 117 41 20 505 103 63
Binary 11010101 101101 10001111 0 1001111 100001 10000 101000101 1000011 110011

Color Harmonies of #D52D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52D8F

Black with #D52D8F

Text Example


Text Example

White with #D52D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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