Html Css Color HEX #D535A1 Deep Cerise

📋 copy color: '#D535A1'

red 213 ◦ green 53 ◦ blue 161

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

Shades of Deep Cerise #D535A1

Tints of Deep Cerise #D535A1

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.41%

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

R = 49.88%
G = 12.41%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D535A1 (or 0xD535A1) is known color: Deep Cerise. HEX triplet: D5, 35 and A1. RGB value is (213,53,161). Sum of RGB (Red+Green+Blue) = 213+53+161=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 53 (21.09% from 255 or 12.41% from 427); Blue value is 161 (63.28% from 255 or 37.70% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D535A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D535A1 is #2ACA5E. Grayscale: #707070. Windows color (decimal): -2804319 or 10565077. OLE color: 10565077.

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

Color convert

RGB 213 53 161 -
CMYK 0 0.75 0.24 0.16
HSL 319.5º 0.66% 0.52% -
HSV(B) 319.5º 0.75% 0.84% -
XYZ 35.15 19.27 35.58 -
YUV 113.15 155.01 199.22 -
System Red Green Blue C M Y K H S L
Decimal 213 53 161 0 0.75 0.24 0.16 319.5 0.66 0.52
Hex D5 35 A1 0 4B 18 10 140 42 34
Octal 325 65 241 0 113 30 20 500 102 64
Binary 11010101 110101 10100001 0 1001011 11000 10000 101000000 1000010 110100

Color Harmonies of #D535A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D535A1

Black with #D535A1

Text Example


Text Example

White with #D535A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D535A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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