Html Css Color HEX #D530A1 Deep Cerise

📋 copy color: '#D530A1'

red 213 ◦ green 48 ◦ blue 161

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

Shades of Deep Cerise #D530A1

Tints of Deep Cerise #D530A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 38.15%

R = 50.47%
G = 11.37%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D530A1 (or 0xD530A1) is known color: Deep Cerise. HEX triplet: D5, 30 and A1. RGB value is (213,48,161). Sum of RGB (Red+Green+Blue) = 213+48+161=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 48 (19.14% from 255 or 11.37% from 422); Blue value is 161 (63.28% from 255 or 38.15% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D530A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D530A1 is #2ACF5E. Grayscale: #6D6D6D. Windows color (decimal): -2805599 or 10563797. OLE color: 10563797.

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

Color convert

RGB 213 48 161 -
CMYK 0 0.77 0.24 0.16
HSL 318.91º 0.66% 0.51% -
HSV(B) 318.91º 0.77% 0.84% -
XYZ 34.93 18.83 35.51 -
YUV 110.22 156.66 201.31 -
System Red Green Blue C M Y K H S L
Decimal 213 48 161 0 0.77 0.24 0.16 318.91 0.66 0.51
Hex D5 30 A1 0 4D 18 10 13F 42 33
Octal 325 60 241 0 115 30 20 477 102 63
Binary 11010101 110000 10100001 0 1001101 11000 10000 100111111 1000010 110011

Color Harmonies of #D530A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D530A1

Black with #D530A1

Text Example


Text Example

White with #D530A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D530A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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