Html Css Color HEX #D53698 Deep Cerise

📋 copy color: '#D53698'

red 213 ◦ green 54 ◦ blue 152

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

Shades of Deep Cerise #D53698

Tints of Deep Cerise #D53698

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.89%

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

R = 50.84%
G = 12.89%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D53698 (or 0xD53698) is known color: Deep Cerise. HEX triplet: D5, 36 and 98. RGB value is (213,54,152). Sum of RGB (Red+Green+Blue) = 213+54+152=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 54 (21.48% from 255 or 12.89% from 419); Blue value is 152 (59.77% from 255 or 36.28% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D53698 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53698 is #2AC967. Grayscale: #707070. Windows color (decimal): -2804072 or 9975509. OLE color: 9975509.

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

Color convert

RGB 213 54 152 -
CMYK 0 0.75 0.29 0.16
HSL 323.02º 0.65% 0.52% -
HSV(B) 323.02º 0.75% 0.84% -
XYZ 34.43 19.05 31.57 -
YUV 112.71 150.18 199.53 -
System Red Green Blue C M Y K H S L
Decimal 213 54 152 0 0.75 0.29 0.16 323.02 0.65 0.52
Hex D5 36 98 0 4B 1D 10 143 41 34
Octal 325 66 230 0 113 35 20 503 101 64
Binary 11010101 110110 10011000 0 1001011 11101 10000 101000011 1000001 110100

Color Harmonies of #D53698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53698

Black with #D53698

Text Example


Text Example

White with #D53698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53698; }

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

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

background-color css

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

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

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

border-color css

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

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

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