Html Css Color HEX #D52D7F Deep Cerise

📋 copy color: '#D52D7F'

red 213 ◦ green 45 ◦ blue 127

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

Shades of Deep Cerise #D52D7F

Tints of Deep Cerise #D52D7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.99%

R = 55.32%
G = 11.69%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D52D7F (or 0xD52D7F) is known color: Deep Cerise. HEX triplet: D5, 2D and 7F. RGB value is (213,45,127). Sum of RGB (Red+Green+Blue) = 213+45+127=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 45 (17.97% from 255 or 11.69% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D52D7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52D7F is #2AD280. Grayscale: #686868. Windows color (decimal): -2806401 or 8334805. OLE color: 8334805.

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

Color convert

RGB 213 45 127 -
CMYK 0 0.79 0.40 0.16
HSL 330.71º 0.67% 0.51% -
HSV(B) 330.71º 0.79% 0.84% -
XYZ 32.21 17.56 21.77 -
YUV 104.58 140.66 205.33 -
System Red Green Blue C M Y K H S L
Decimal 213 45 127 0 0.79 0.40 0.16 330.71 0.67 0.51
Hex D5 2D 7F 0 4F 28 10 14B 43 33
Octal 325 55 177 0 117 50 20 513 103 63
Binary 11010101 101101 1111111 0 1001111 101000 10000 101001011 1000011 110011

Color Harmonies of #D52D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52D7F

Black with #D52D7F

Text Example


Text Example

White with #D52D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52D7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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