Html Css Color HEX #D62AB5 Spicy Pink

📋 copy color: '#D62AB5'

red 214 ◦ green 42 ◦ blue 181

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

Shades of Spicy Pink #D62AB5

Tints of Spicy Pink #D62AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 41.42%

R = 48.97%
G = 9.61%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D62AB5 (or 0xD62AB5) is known color: Spicy Pink. HEX triplet: D6, 2A and B5. RGB value is (214,42,181). Sum of RGB (Red+Green+Blue) = 214+42+181=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 42 (16.80% from 255 or 9.61% from 437); Blue value is 181 (71.09% from 255 or 41.42% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D62AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D62AB5 is #29D54A. Grayscale: #6C6C6C. Windows color (decimal): -2741579 or 11872982. OLE color: 11872982.

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

Color convert

RGB 214 42 181 -
CMYK 0 0.80 0.15 0.16
HSL 311.51º 0.68% 0.5% -
HSV(B) 311.51º 0.8% 0.84% -
XYZ 36.9 19.29 45.49 -
YUV 109.27 168.48 202.7 -
System Red Green Blue C M Y K H S L
Decimal 214 42 181 0 0.80 0.15 0.16 311.51 0.68 0.5
Hex D6 2A B5 0 50 F 10 138 44 32
Octal 326 52 265 0 120 17 20 470 104 62
Binary 11010110 101010 10110101 0 1010000 1111 10000 100111000 1000100 110010

Color Harmonies of #D62AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62AB5

Black with #D62AB5

Text Example


Text Example

White with #D62AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62AB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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