Html Css Color HEX #D534A9 Deep Cerise

📋 copy color: '#D534A9'

red 213 ◦ green 52 ◦ blue 169

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

Shades of Deep Cerise #D534A9

Tints of Deep Cerise #D534A9

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.98%

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

R = 49.08%
G = 11.98%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D534A9 (or 0xD534A9) is known color: Deep Cerise. HEX triplet: D5, 34 and A9. RGB value is (213,52,169). Sum of RGB (Red+Green+Blue) = 213+52+169=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 52 (20.70% from 255 or 11.98% from 434); Blue value is 169 (66.41% from 255 or 38.94% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D534A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D534A9 is #2ACB56. Grayscale: #717171. Windows color (decimal): -2804567 or 11089109. OLE color: 11089109.

HSL color Cylindrical-coordinate representation of color #D534A9: hue angle of 316.4º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D534A9 is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 52 169 -
CMYK 0 0.76 0.21 0.16
HSL 316.4º 0.66% 0.52% -
HSV(B) 316.4º 0.76% 0.84% -
XYZ 35.83 19.47 39.41 -
YUV 113.48 159.34 198.99 -
System Red Green Blue C M Y K H S L
Decimal 213 52 169 0 0.76 0.21 0.16 316.4 0.66 0.52
Hex D5 34 A9 0 4C 15 10 13C 42 34
Octal 325 64 251 0 114 25 20 474 102 64
Binary 11010101 110100 10101001 0 1001100 10101 10000 100111100 1000010 110100

Color Harmonies of #D534A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D534A9

Black with #D534A9

Text Example


Text Example

White with #D534A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D534A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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