Html Css Color HEX #D52E7F Deep Cerise

📋 copy color: '#D52E7F'

red 213 ◦ green 46 ◦ blue 127

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

Shades of Deep Cerise #D52E7F

Tints of Deep Cerise #D52E7F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.92%

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

R = 55.18%
G = 11.92%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D52E7F (or 0xD52E7F) is known color: Deep Cerise. HEX triplet: D5, 2E and 7F. RGB value is (213,46,127). Sum of RGB (Red+Green+Blue) = 213+46+127=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 46 (18.36% from 255 or 11.92% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52E7F is #2AD180. Grayscale: #696969. Windows color (decimal): -2806145 or 8335061. OLE color: 8335061.

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

Color convert

RGB 213 46 127 -
CMYK 0 0.78 0.40 0.16
HSL 330.9º 0.67% 0.51% -
HSV(B) 330.9º 0.78% 0.84% -
XYZ 32.25 17.63 21.78 -
YUV 105.17 140.33 204.91 -
System Red Green Blue C M Y K H S L
Decimal 213 46 127 0 0.78 0.40 0.16 330.9 0.67 0.51
Hex D5 2E 7F 0 4E 28 10 14B 43 33
Octal 325 56 177 0 116 50 20 513 103 63
Binary 11010101 101110 1111111 0 1001110 101000 10000 101001011 1000011 110011

Color Harmonies of #D52E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52E7F

Black with #D52E7F

Text Example


Text Example

White with #D52E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52E7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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