Html Css Color HEX #D52F9F Deep Cerise

📋 copy color: '#D52F9F'

red 213 ◦ green 47 ◦ blue 159

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

Shades of Deep Cerise #D52F9F

Tints of Deep Cerise #D52F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.95%

R = 50.84%
G = 11.22%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D52F9F (or 0xD52F9F) is known color: Deep Cerise. HEX triplet: D5, 2F and 9F. RGB value is (213,47,159). Sum of RGB (Red+Green+Blue) = 213+47+159=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 47 (18.75% from 255 or 11.22% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D52F9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52F9F is #2AD060. Grayscale: #6D6D6D. Windows color (decimal): -2805857 or 10432469. OLE color: 10432469.

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

Color convert

RGB 213 47 159 -
CMYK 0 0.78 0.25 0.16
HSL 319.52º 0.66% 0.51% -
HSV(B) 319.52º 0.78% 0.84% -
XYZ 34.72 18.68 34.58 -
YUV 109.4 156 201.89 -
System Red Green Blue C M Y K H S L
Decimal 213 47 159 0 0.78 0.25 0.16 319.52 0.66 0.51
Hex D5 2F 9F 0 4E 19 10 140 42 33
Octal 325 57 237 0 116 31 20 500 102 63
Binary 11010101 101111 10011111 0 1001110 11001 10000 101000000 1000010 110011

Color Harmonies of #D52F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52F9F

Black with #D52F9F

Text Example


Text Example

White with #D52F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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