Html Css Color HEX #D52F8E Deep Cerise

📋 copy color: '#D52F8E'

red 213 ◦ green 47 ◦ blue 142

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

Shades of Deep Cerise #D52F8E

Tints of Deep Cerise #D52F8E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.69%

 BLUE value IS 142 (55.86% from 255) = 35.32%

R = 52.99%
G = 11.69%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D52F8E (or 0xD52F8E) is known color: Deep Cerise. HEX triplet: D5, 2F and 8E. RGB value is (213,47,142). Sum of RGB (Red+Green+Blue) = 213+47+142=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 47 (18.75% from 255 or 11.69% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D52F8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52F8E is #2AD071. Grayscale: #6B6B6B. Windows color (decimal): -2805874 or 9318357. OLE color: 9318357.

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

Color convert

RGB 213 47 142 -
CMYK 0 0.78 0.33 0.16
HSL 325.66º 0.66% 0.51% -
HSV(B) 325.66º 0.78% 0.84% -
XYZ 33.34 18.13 27.33 -
YUV 107.46 147.5 203.28 -
System Red Green Blue C M Y K H S L
Decimal 213 47 142 0 0.78 0.33 0.16 325.66 0.66 0.51
Hex D5 2F 8E 0 4E 21 10 146 42 33
Octal 325 57 216 0 116 41 20 506 102 63
Binary 11010101 101111 10001110 0 1001110 100001 10000 101000110 1000010 110011

Color Harmonies of #D52F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52F8E

Black with #D52F8E

Text Example


Text Example

White with #D52F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52F8E; }

 p { color: rgb(213,47,142); }

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

background-color css

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

 a { background-color: rgb(213,47,142); }

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

border-color css

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

 span { border-color: rgb(213,47,142); }

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