Html Css Color HEX #D530A9 Deep Cerise

📋 copy color: '#D530A9'

red 213 ◦ green 48 ◦ blue 169

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

Shades of Deep Cerise #D530A9

Tints of Deep Cerise #D530A9

RGB

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

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

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

R = 49.53%
G = 11.16%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D530A9 (or 0xD530A9) is known color: Deep Cerise. HEX triplet: D5, 30 and A9. RGB value is (213,48,169). Sum of RGB (Red+Green+Blue) = 213+48+169=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 48 (19.14% from 255 or 11.16% from 430); Blue value is 169 (66.41% from 255 or 39.30% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D530A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D530A9 is #2ACF56. Grayscale: #6E6E6E. Windows color (decimal): -2805591 or 11088085. OLE color: 11088085.

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

Color convert

RGB 213 48 169 -
CMYK 0 0.77 0.21 0.16
HSL 316º 0.66% 0.51% -
HSV(B) 316º 0.77% 0.84% -
XYZ 35.66 19.12 39.35 -
YUV 111.13 160.66 200.66 -
System Red Green Blue C M Y K H S L
Decimal 213 48 169 0 0.77 0.21 0.16 316 0.66 0.51
Hex D5 30 A9 0 4D 15 10 13C 42 33
Octal 325 60 251 0 115 25 20 474 102 63
Binary 11010101 110000 10101001 0 1001101 10101 10000 100111100 1000010 110011

Color Harmonies of #D530A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D530A9

Black with #D530A9

Text Example


Text Example

White with #D530A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D530A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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