Html Css Color HEX #D624AE Spicy Pink

📋 copy color: '#D624AE'

red 214 ◦ green 36 ◦ blue 174

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

Shades of Spicy Pink #D624AE

Tints of Spicy Pink #D624AE

RGB

 RED value IS 214 (83.98% from 255) = 50.47%

 GREEN value IS 36 (14.45% from 255) = 8.49%

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

R = 50.47%
G = 8.49%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D624AE (or 0xD624AE) is known color: Spicy Pink. HEX triplet: D6, 24 and AE. RGB value is (214,36,174). Sum of RGB (Red+Green+Blue) = 214+36+174=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 36 (14.45% from 255 or 8.49% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D624AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D624AE is #29DB51. Grayscale: #686868. Windows color (decimal): -2743122 or 11412694. OLE color: 11412694.

HSL color Cylindrical-coordinate representation of color #D624AE: hue angle of 313.48º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D624AE is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 36 174 -
CMYK 0 0.83 0.19 0.16
HSL 313.48º 0.71% 0.49% -
HSV(B) 313.48º 0.83% 0.84% -
XYZ 36 18.61 41.74 -
YUV 104.95 166.97 205.78 -
System Red Green Blue C M Y K H S L
Decimal 214 36 174 0 0.83 0.19 0.16 313.48 0.71 0.49
Hex D6 24 AE 0 53 13 10 139 47 31
Octal 326 44 256 0 123 23 20 471 107 61
Binary 11010110 100100 10101110 0 1010011 10011 10000 100111001 1000111 110001

Color Harmonies of #D624AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D624AE

Black with #D624AE

Text Example


Text Example

White with #D624AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D624AE; }

 p { color: rgb(214,36,174); }

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

background-color css

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

 a { background-color: rgb(214,36,174); }

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

border-color css

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

 span { border-color: rgb(214,36,174); }

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