Html Css Color HEX #D52698 Deep Cerise

📋 copy color: '#D52698'

red 213 ◦ green 38 ◦ blue 152

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

Shades of Deep Cerise #D52698

Tints of Deep Cerise #D52698

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.43%

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

R = 52.85%
G = 9.43%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D52698 (or 0xD52698) is known color: Deep Cerise. HEX triplet: D5, 26 and 98. RGB value is (213,38,152). Sum of RGB (Red+Green+Blue) = 213+38+152=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 38 (15.23% from 255 or 9.43% from 403); Blue value is 152 (59.77% from 255 or 37.72% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D52698 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52698 is #2AD967. Grayscale: #676767. Windows color (decimal): -2808168 or 9971413. OLE color: 9971413.

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

Color convert

RGB 213 38 152 -
CMYK 0 0.82 0.29 0.16
HSL 320.91º 0.7% 0.49% -
HSV(B) 320.91º 0.82% 0.84% -
XYZ 33.8 17.8 31.36 -
YUV 103.32 155.48 206.23 -
System Red Green Blue C M Y K H S L
Decimal 213 38 152 0 0.82 0.29 0.16 320.91 0.7 0.49
Hex D5 26 98 0 52 1D 10 141 46 31
Octal 325 46 230 0 122 35 20 501 106 61
Binary 11010101 100110 10011000 0 1010010 11101 10000 101000001 1000110 110001

Color Harmonies of #D52698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52698

Black with #D52698

Text Example


Text Example

White with #D52698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52698; }

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

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

background-color css

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

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

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

border-color css

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

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

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