Html Css Color HEX #D52A98 Deep Cerise

📋 copy color: '#D52A98'

red 213 ◦ green 42 ◦ blue 152

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

Shades of Deep Cerise #D52A98

Tints of Deep Cerise #D52A98

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.32%

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

R = 52.33%
G = 10.32%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D52A98 (or 0xD52A98) is known color: Deep Cerise. HEX triplet: D5, 2A and 98. RGB value is (213,42,152). Sum of RGB (Red+Green+Blue) = 213+42+152=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 42 (16.80% from 255 or 10.32% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D52A98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52A98 is #2AD567. Grayscale: #696969. Windows color (decimal): -2807144 or 9972437. OLE color: 9972437.

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

Color convert

RGB 213 42 152 -
CMYK 0 0.80 0.29 0.16
HSL 321.4º 0.67% 0.5% -
HSV(B) 321.4º 0.8% 0.84% -
XYZ 33.94 18.07 31.4 -
YUV 105.67 154.15 204.56 -
System Red Green Blue C M Y K H S L
Decimal 213 42 152 0 0.80 0.29 0.16 321.4 0.67 0.5
Hex D5 2A 98 0 50 1D 10 141 43 32
Octal 325 52 230 0 120 35 20 501 103 62
Binary 11010101 101010 10011000 0 1010000 11101 10000 101000001 1000011 110010

Color Harmonies of #D52A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52A98

Black with #D52A98

Text Example


Text Example

White with #D52A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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