Html Css Color HEX #D52F94 Deep Cerise

📋 copy color: '#D52F94'

red 213 ◦ green 47 ◦ blue 148

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

Shades of Deep Cerise #D52F94

Tints of Deep Cerise #D52F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.27%

R = 52.21%
G = 11.52%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D52F94 (or 0xD52F94) is known color: Deep Cerise. HEX triplet: D5, 2F and 94. RGB value is (213,47,148). Sum of RGB (Red+Green+Blue) = 213+47+148=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 47 (18.75% from 255 or 11.52% from 408); Blue value is 148 (58.20% from 255 or 36.27% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D52F94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52F94 is #2AD06B. Grayscale: #6B6B6B. Windows color (decimal): -2805868 or 9711573. OLE color: 9711573.

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

Color convert

RGB 213 47 148 -
CMYK 0 0.78 0.31 0.16
HSL 323.49º 0.66% 0.51% -
HSV(B) 323.49º 0.78% 0.84% -
XYZ 33.8 18.32 29.77 -
YUV 108.15 150.5 202.79 -
System Red Green Blue C M Y K H S L
Decimal 213 47 148 0 0.78 0.31 0.16 323.49 0.66 0.51
Hex D5 2F 94 0 4E 1F 10 143 42 33
Octal 325 57 224 0 116 37 20 503 102 63
Binary 11010101 101111 10010100 0 1001110 11111 10000 101000011 1000010 110011

Color Harmonies of #D52F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52F94

Black with #D52F94

Text Example


Text Example

White with #D52F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52F94; }

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

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

background-color css

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

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

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

border-color css

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

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

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