Html Css Color HEX #D72CB0 Spicy Pink

📋 copy color: '#D72CB0'

red 215 ◦ green 44 ◦ blue 176

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

Shades of Spicy Pink #D72CB0

Tints of Spicy Pink #D72CB0

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.11%

 BLUE value IS 176 (69.14% from 255) = 40.46%

R = 49.43%
G = 10.11%
B = 40.46%

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

#D72CB0 (or 0xD72CB0) is known color: Spicy Pink. HEX triplet: D7, 2C and B0. RGB value is (215,44,176). Sum of RGB (Red+Green+Blue) = 215+44+176=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 44 (17.58% from 255 or 10.11% from 435); Blue value is 176 (69.14% from 255 or 40.46% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D72CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72CB0 is #28D34F. Grayscale: #6D6D6D. Windows color (decimal): -2675536 or 11545815. OLE color: 11545815.

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

Color convert

RGB 215 44 176 -
CMYK 0 0.80 0.18 0.16
HSL 313.68º 0.68% 0.51% -
HSV(B) 313.68º 0.8% 0.84% -
XYZ 36.76 19.38 42.88 -
YUV 110.18 165.15 202.77 -
System Red Green Blue C M Y K H S L
Decimal 215 44 176 0 0.80 0.18 0.16 313.68 0.68 0.51
Hex D7 2C B0 0 50 12 10 13A 44 33
Octal 327 54 260 0 120 22 20 472 104 63
Binary 11010111 101100 10110000 0 1010000 10010 10000 100111010 1000100 110011

Color Harmonies of #D72CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72CB0

Black with #D72CB0

Text Example


Text Example

White with #D72CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72CB0; }

 p { color: rgb(215,44,176); }

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

background-color css

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

 a { background-color: rgb(215,44,176); }

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

border-color css

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

 span { border-color: rgb(215,44,176); }

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