Html Css Color HEX #D534AD Deep Cerise

📋 copy color: '#D534AD'

red 213 ◦ green 52 ◦ blue 173

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

Shades of Deep Cerise #D534AD

Tints of Deep Cerise #D534AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.5%

R = 48.63%
G = 11.87%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D534AD (or 0xD534AD) is known color: Deep Cerise. HEX triplet: D5, 34 and AD. RGB value is (213,52,173). Sum of RGB (Red+Green+Blue) = 213+52+173=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 52 (20.70% from 255 or 11.87% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D534AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D534AD is #2ACB52. Grayscale: #717171. Windows color (decimal): -2804563 or 11351253. OLE color: 11351253.

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

Color convert

RGB 213 52 173 -
CMYK 0 0.76 0.19 0.16
HSL 314.91º 0.66% 0.52% -
HSV(B) 314.91º 0.76% 0.84% -
XYZ 36.21 19.62 41.41 -
YUV 113.93 161.34 198.66 -
System Red Green Blue C M Y K H S L
Decimal 213 52 173 0 0.76 0.19 0.16 314.91 0.66 0.52
Hex D5 34 AD 0 4C 13 10 13B 42 34
Octal 325 64 255 0 114 23 20 473 102 64
Binary 11010101 110100 10101101 0 1001100 10011 10000 100111011 1000010 110100

Color Harmonies of #D534AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D534AD

Black with #D534AD

Text Example


Text Example

White with #D534AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D534AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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