Html Css Color HEX #D52F83 Deep Cerise

📋 copy color: '#D52F83'

red 213 ◦ green 47 ◦ blue 131

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

Shades of Deep Cerise #D52F83

Tints of Deep Cerise #D52F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33.5%

R = 54.48%
G = 12.02%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D52F83 (or 0xD52F83) is known color: Deep Cerise. HEX triplet: D5, 2F and 83. RGB value is (213,47,131). Sum of RGB (Red+Green+Blue) = 213+47+131=391 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.48% from 391); Green value is 47 (18.75% from 255 or 12.02% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 213 - color contains mainly: red. Hex color #D52F83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52F83 is #2AD07C. Grayscale: #6A6A6A. Windows color (decimal): -2805885 or 8597461. OLE color: 8597461.

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

Color convert

RGB 213 47 131 -
CMYK 0 0.78 0.38 0.16
HSL 329.64º 0.66% 0.51% -
HSV(B) 329.64º 0.78% 0.84% -
XYZ 32.55 17.82 23.2 -
YUV 106.21 142 204.17 -
System Red Green Blue C M Y K H S L
Decimal 213 47 131 0 0.78 0.38 0.16 329.64 0.66 0.51
Hex D5 2F 83 0 4E 26 10 14A 42 33
Octal 325 57 203 0 116 46 20 512 102 63
Binary 11010101 101111 10000011 0 1001110 100110 10000 101001010 1000010 110011

Color Harmonies of #D52F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52F83

Black with #D52F83

Text Example


Text Example

White with #D52F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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