Html Css Color HEX #D535A9 Deep Cerise

📋 copy color: '#D535A9'

red 213 ◦ green 53 ◦ blue 169

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

Shades of Deep Cerise #D535A9

Tints of Deep Cerise #D535A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 38.85%

R = 48.97%
G = 12.18%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D535A9 (or 0xD535A9) is known color: Deep Cerise. HEX triplet: D5, 35 and A9. RGB value is (213,53,169). Sum of RGB (Red+Green+Blue) = 213+53+169=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 53 (21.09% from 255 or 12.18% from 435); Blue value is 169 (66.41% from 255 or 38.85% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D535A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D535A9 is #2ACA56. Grayscale: #717171. Windows color (decimal): -2804311 or 11089365. OLE color: 11089365.

HSL color Cylindrical-coordinate representation of color #D535A9: hue angle of 316.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 #D535A9 is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 53 169 -
CMYK 0 0.75 0.21 0.16
HSL 316.5º 0.66% 0.52% -
HSV(B) 316.5º 0.75% 0.84% -
XYZ 35.88 19.56 39.42 -
YUV 114.06 159.01 198.57 -
System Red Green Blue C M Y K H S L
Decimal 213 53 169 0 0.75 0.21 0.16 316.5 0.66 0.52
Hex D5 35 A9 0 4B 15 10 13C 42 34
Octal 325 65 251 0 113 25 20 474 102 64
Binary 11010101 110101 10101001 0 1001011 10101 10000 100111100 1000010 110100

Color Harmonies of #D535A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D535A9

Black with #D535A9

Text Example


Text Example

White with #D535A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D535A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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