Html Css Color HEX #D530A8 Deep Cerise

📋 copy color: '#D530A8'

red 213 ◦ green 48 ◦ blue 168

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

Shades of Deep Cerise #D530A8

Tints of Deep Cerise #D530A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.16%

R = 49.65%
G = 11.19%
B = 39.16%

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

#D530A8 (or 0xD530A8) is known color: Deep Cerise. HEX triplet: D5, 30 and A8. RGB value is (213,48,168). Sum of RGB (Red+Green+Blue) = 213+48+168=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 48 (19.14% from 255 or 11.19% from 429); Blue value is 168 (66.02% from 255 or 39.16% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D530A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D530A8 is #2ACF57. Grayscale: #6E6E6E. Windows color (decimal): -2805592 or 11022549. OLE color: 11022549.

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

Color convert

RGB 213 48 168 -
CMYK 0 0.77 0.21 0.16
HSL 316.36º 0.66% 0.51% -
HSV(B) 316.36º 0.77% 0.84% -
XYZ 35.57 19.09 38.86 -
YUV 111.02 160.16 200.74 -
System Red Green Blue C M Y K H S L
Decimal 213 48 168 0 0.77 0.21 0.16 316.36 0.66 0.51
Hex D5 30 A8 0 4D 15 10 13C 42 33
Octal 325 60 250 0 115 25 20 474 102 63
Binary 11010101 110000 10101000 0 1001101 10101 10000 100111100 1000010 110011

Color Harmonies of #D530A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D530A8

Black with #D530A8

Text Example


Text Example

White with #D530A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D530A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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