Html Css Color HEX #D52398 Deep Cerise

📋 copy color: '#D52398'

red 213 ◦ green 35 ◦ blue 152

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

Shades of Deep Cerise #D52398

Tints of Deep Cerise #D52398

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.75%

 BLUE value IS 152 (59.77% from 255) = 38%

R = 53.25%
G = 8.75%
B = 38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D52398 (or 0xD52398) is known color: Deep Cerise. HEX triplet: D5, 23 and 98. RGB value is (213,35,152). Sum of RGB (Red+Green+Blue) = 213+35+152=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 35 (14.06% from 255 or 8.75% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D52398 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52398 is #2ADC67. Grayscale: #656565. Windows color (decimal): -2808936 or 9970645. OLE color: 9970645.

HSL color Cylindrical-coordinate representation of color #D52398: hue angle of 320.56º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D52398 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 35 152 -
CMYK 0 0.84 0.29 0.16
HSL 320.56º 0.72% 0.49% -
HSV(B) 320.56º 0.84% 0.84% -
XYZ 33.71 17.62 31.33 -
YUV 101.56 156.47 207.49 -
System Red Green Blue C M Y K H S L
Decimal 213 35 152 0 0.84 0.29 0.16 320.56 0.72 0.49
Hex D5 23 98 0 54 1D 10 141 48 31
Octal 325 43 230 0 124 35 20 501 110 61
Binary 11010101 100011 10011000 0 1010100 11101 10000 101000001 1001000 110001

Color Harmonies of #D52398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52398

Black with #D52398

Text Example


Text Example

White with #D52398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52398; }

 p { color: rgb(213,35,152); }

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

background-color css

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

 a { background-color: rgb(213,35,152); }

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

border-color css

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

 span { border-color: rgb(213,35,152); }

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