Html Css Color HEX #D535A5 Deep Cerise

📋 copy color: '#D535A5'

red 213 ◦ green 53 ◦ blue 165

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

Shades of Deep Cerise #D535A5

Tints of Deep Cerise #D535A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 38.28%

R = 49.42%
G = 12.3%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D535A5 (or 0xD535A5) is known color: Deep Cerise. HEX triplet: D5, 35 and A5. RGB value is (213,53,165). Sum of RGB (Red+Green+Blue) = 213+53+165=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 53 (21.09% from 255 or 12.30% from 431); Blue value is 165 (64.84% from 255 or 38.28% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D535A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D535A5 is #2ACA5A. Grayscale: #717171. Windows color (decimal): -2804315 or 10827221. OLE color: 10827221.

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

Color convert

RGB 213 53 165 -
CMYK 0 0.75 0.23 0.16
HSL 318º 0.66% 0.52% -
HSV(B) 318º 0.75% 0.84% -
XYZ 35.51 19.41 37.47 -
YUV 113.61 157.01 198.89 -
System Red Green Blue C M Y K H S L
Decimal 213 53 165 0 0.75 0.23 0.16 318 0.66 0.52
Hex D5 35 A5 0 4B 17 10 13E 42 34
Octal 325 65 245 0 113 27 20 476 102 64
Binary 11010101 110101 10100101 0 1001011 10111 10000 100111110 1000010 110100

Color Harmonies of #D535A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D535A5

Black with #D535A5

Text Example


Text Example

White with #D535A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D535A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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