Html Css Color HEX #D72AB1 Spicy Pink

📋 copy color: '#D72AB1'

red 215 ◦ green 42 ◦ blue 177

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

Shades of Spicy Pink #D72AB1

Tints of Spicy Pink #D72AB1

RGB

 RED value IS 215 (84.38% from 255) = 49.54%

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

 BLUE value IS 177 (69.53% from 255) = 40.78%

R = 49.54%
G = 9.68%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D72AB1 (or 0xD72AB1) is known color: Spicy Pink. HEX triplet: D7, 2A and B1. RGB value is (215,42,177). Sum of RGB (Red+Green+Blue) = 215+42+177=434 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.54% from 434); Green value is 42 (16.80% from 255 or 9.68% from 434); Blue value is 177 (69.53% from 255 or 40.78% from 434); Max value from RGB is 215 - color contains mainly: red. Hex color #D72AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72AB1 is #28D54E. Grayscale: #6C6C6C. Windows color (decimal): -2676047 or 11610839. OLE color: 11610839.

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

Color convert

RGB 215 42 177 -
CMYK 0 0.80 0.18 0.16
HSL 313.18º 0.68% 0.5% -
HSV(B) 313.18º 0.8% 0.84% -
XYZ 36.79 19.28 43.38 -
YUV 109.12 166.31 203.52 -
System Red Green Blue C M Y K H S L
Decimal 215 42 177 0 0.80 0.18 0.16 313.18 0.68 0.5
Hex D7 2A B1 0 50 12 10 139 44 32
Octal 327 52 261 0 120 22 20 471 104 62
Binary 11010111 101010 10110001 0 1010000 10010 10000 100111001 1000100 110010

Color Harmonies of #D72AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72AB1

Black with #D72AB1

Text Example


Text Example

White with #D72AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72AB1; }

 p { color: rgb(215,42,177); }

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

background-color css

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

 a { background-color: rgb(215,42,177); }

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

border-color css

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

 span { border-color: rgb(215,42,177); }

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