Html Css Color HEX #D537A1 Deep Cerise

📋 copy color: '#D537A1'

red 213 ◦ green 55 ◦ blue 161

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

Shades of Deep Cerise #D537A1

Tints of Deep Cerise #D537A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 37.53%

R = 49.65%
G = 12.82%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D537A1 (or 0xD537A1) is known color: Deep Cerise. HEX triplet: D5, 37 and A1. RGB value is (213,55,161). Sum of RGB (Red+Green+Blue) = 213+55+161=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 55 (21.88% from 255 or 12.82% from 429); Blue value is 161 (63.28% from 255 or 37.53% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D537A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D537A1 is #2AC85E. Grayscale: #727272. Windows color (decimal): -2803807 or 10565589. OLE color: 10565589.

HSL color Cylindrical-coordinate representation of color #D537A1: hue angle of 319.75º 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 #D537A1 is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 55 161 -
CMYK 0 0.74 0.24 0.16
HSL 319.75º 0.65% 0.53% -
HSV(B) 319.75º 0.74% 0.84% -
XYZ 35.24 19.45 35.62 -
YUV 114.33 154.35 198.38 -
System Red Green Blue C M Y K H S L
Decimal 213 55 161 0 0.74 0.24 0.16 319.75 0.65 0.53
Hex D5 37 A1 0 4A 18 10 140 41 35
Octal 325 67 241 0 112 30 20 500 101 65
Binary 11010101 110111 10100001 0 1001010 11000 10000 101000000 1000001 110101

Color Harmonies of #D537A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D537A1

Black with #D537A1

Text Example


Text Example

White with #D537A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D537A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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