Html Css Color HEX #D531A2 Deep Cerise

📋 copy color: '#D531A2'

red 213 ◦ green 49 ◦ blue 162

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

Shades of Deep Cerise #D531A2

Tints of Deep Cerise #D531A2

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.56%

 BLUE value IS 162 (63.67% from 255) = 38.21%

R = 50.24%
G = 11.56%
B = 38.21%

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

#D531A2 (or 0xD531A2) is known color: Deep Cerise. HEX triplet: D5, 31 and A2. RGB value is (213,49,162). Sum of RGB (Red+Green+Blue) = 213+49+162=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 49 (19.53% from 255 or 11.56% from 424); Blue value is 162 (63.67% from 255 or 38.21% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D531A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D531A2 is #2ACE5D. Grayscale: #6E6E6E. Windows color (decimal): -2805342 or 10629589. OLE color: 10629589.

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

Color convert

RGB 213 49 162 -
CMYK 0 0.77 0.24 0.16
HSL 318.66º 0.66% 0.51% -
HSV(B) 318.66º 0.77% 0.84% -
XYZ 35.06 18.95 35.99 -
YUV 110.92 156.83 200.81 -
System Red Green Blue C M Y K H S L
Decimal 213 49 162 0 0.77 0.24 0.16 318.66 0.66 0.51
Hex D5 31 A2 0 4D 18 10 13F 42 33
Octal 325 61 242 0 115 30 20 477 102 63
Binary 11010101 110001 10100010 0 1001101 11000 10000 100111111 1000010 110011

Color Harmonies of #D531A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D531A2

Black with #D531A2

Text Example


Text Example

White with #D531A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D531A2; }

 p { color: rgb(213,49,162); }

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

background-color css

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

 a { background-color: rgb(213,49,162); }

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

border-color css

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

 span { border-color: rgb(213,49,162); }

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