Html Css Color HEX #D537AE Deep Cerise

📋 copy color: '#D537AE'

red 213 ◦ green 55 ◦ blue 174

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

Shades of Deep Cerise #D537AE

Tints of Deep Cerise #D537AE

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.44%

 BLUE value IS 174 (68.36% from 255) = 39.37%

R = 48.19%
G = 12.44%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D537AE (or 0xD537AE) is known color: Deep Cerise. HEX triplet: D5, 37 and AE. RGB value is (213,55,174). Sum of RGB (Red+Green+Blue) = 213+55+174=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 55 (21.88% from 255 or 12.44% from 442); Blue value is 174 (68.36% from 255 or 39.37% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D537AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D537AE is #2AC851. Grayscale: #737373. Windows color (decimal): -2803794 or 11417557. OLE color: 11417557.

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

Color convert

RGB 213 55 174 -
CMYK 0 0.74 0.18 0.16
HSL 314.81º 0.65% 0.53% -
HSV(B) 314.81º 0.74% 0.84% -
XYZ 36.45 19.93 41.97 -
YUV 115.81 160.85 197.32 -
System Red Green Blue C M Y K H S L
Decimal 213 55 174 0 0.74 0.18 0.16 314.81 0.65 0.53
Hex D5 37 AE 0 4A 12 10 13B 41 35
Octal 325 67 256 0 112 22 20 473 101 65
Binary 11010101 110111 10101110 0 1001010 10010 10000 100111011 1000001 110101

Color Harmonies of #D537AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D537AE

Black with #D537AE

Text Example


Text Example

White with #D537AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D537AE; }

 p { color: rgb(213,55,174); }

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

background-color css

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

 a { background-color: rgb(213,55,174); }

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

border-color css

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

 span { border-color: rgb(213,55,174); }

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