Html Css Color HEX #D530AD Deep Cerise

📋 copy color: '#D530AD'

red 213 ◦ green 48 ◦ blue 173

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

Shades of Deep Cerise #D530AD

Tints of Deep Cerise #D530AD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.06%

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

R = 49.08%
G = 11.06%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D530AD (or 0xD530AD) is known color: Deep Cerise. HEX triplet: D5, 30 and AD. RGB value is (213,48,173). Sum of RGB (Red+Green+Blue) = 213+48+173=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 48 (19.14% from 255 or 11.06% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D530AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D530AD is #2ACF52. Grayscale: #6F6F6F. Windows color (decimal): -2805587 or 11350229. OLE color: 11350229.

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

Color convert

RGB 213 48 173 -
CMYK 0 0.77 0.19 0.16
HSL 314.55º 0.66% 0.51% -
HSV(B) 314.55º 0.77% 0.84% -
XYZ 36.04 19.28 41.36 -
YUV 111.59 162.66 200.34 -
System Red Green Blue C M Y K H S L
Decimal 213 48 173 0 0.77 0.19 0.16 314.55 0.66 0.51
Hex D5 30 AD 0 4D 13 10 13B 42 33
Octal 325 60 255 0 115 23 20 473 102 63
Binary 11010101 110000 10101101 0 1001101 10011 10000 100111011 1000010 110011

Color Harmonies of #D530AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D530AD

Black with #D530AD

Text Example


Text Example

White with #D530AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D530AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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