Html Css Color HEX #D51DAE Spicy Pink

📋 copy color: '#D51DAE'

red 213 ◦ green 29 ◦ blue 174

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

Shades of Spicy Pink #D51DAE

Tints of Spicy Pink #D51DAE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.97%

 BLUE value IS 174 (68.36% from 255) = 41.83%

R = 51.2%
G = 6.97%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D51DAE (or 0xD51DAE) is known color: Spicy Pink. HEX triplet: D5, 1D and AE. RGB value is (213,29,174). Sum of RGB (Red+Green+Blue) = 213+29+174=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 29 (11.72% from 255 or 6.97% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D51DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51DAE is #2AE251. Grayscale: #646464. Windows color (decimal): -2810450 or 11410901. OLE color: 11410901.

HSL color Cylindrical-coordinate representation of color #D51DAE: hue angle of 312.72º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D51DAE is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 29 174 -
CMYK 0 0.86 0.18 0.16
HSL 312.72º 0.76% 0.47% -
HSV(B) 312.72º 0.86% 0.84% -
XYZ 35.52 18.08 41.66 -
YUV 100.55 169.46 208.21 -
System Red Green Blue C M Y K H S L
Decimal 213 29 174 0 0.86 0.18 0.16 312.72 0.76 0.47
Hex D5 1D AE 0 56 12 10 139 4C 2F
Octal 325 35 256 0 126 22 20 471 114 57
Binary 11010101 11101 10101110 0 1010110 10010 10000 100111001 1001100 101111

Color Harmonies of #D51DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51DAE

Black with #D51DAE

Text Example


Text Example

White with #D51DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51DAE; }

 p { color: rgb(213,29,174); }

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

background-color css

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

 a { background-color: rgb(213,29,174); }

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

border-color css

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

 span { border-color: rgb(213,29,174); }

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