Html Css Color HEX #D62AAE Spicy Pink

📋 copy color: '#D62AAE'

red 214 ◦ green 42 ◦ blue 174

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

Shades of Spicy Pink #D62AAE

Tints of Spicy Pink #D62AAE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.77%

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

R = 49.77%
G = 9.77%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D62AAE (or 0xD62AAE) is known color: Spicy Pink. HEX triplet: D6, 2A and AE. RGB value is (214,42,174). Sum of RGB (Red+Green+Blue) = 214+42+174=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 42 (16.80% from 255 or 9.77% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D62AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62AAE is #29D551. Grayscale: #6C6C6C. Windows color (decimal): -2741586 or 11414230. OLE color: 11414230.

HSL color Cylindrical-coordinate representation of color #D62AAE: hue angle of 313.95º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D62AAE is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 42 174 -
CMYK 0 0.80 0.19 0.16
HSL 313.95º 0.68% 0.5% -
HSV(B) 313.95º 0.8% 0.84% -
XYZ 36.2 19.01 41.81 -
YUV 108.48 164.98 203.27 -
System Red Green Blue C M Y K H S L
Decimal 214 42 174 0 0.80 0.19 0.16 313.95 0.68 0.5
Hex D6 2A AE 0 50 13 10 13A 44 32
Octal 326 52 256 0 120 23 20 472 104 62
Binary 11010110 101010 10101110 0 1010000 10011 10000 100111010 1000100 110010

Color Harmonies of #D62AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62AAE

Black with #D62AAE

Text Example


Text Example

White with #D62AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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