Html Css Color HEX #D72CB6 Spicy Pink

📋 copy color: '#D72CB6'

red 215 ◦ green 44 ◦ blue 182

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

Shades of Spicy Pink #D72CB6

Tints of Spicy Pink #D72CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 41.27%

R = 48.75%
G = 9.98%
B = 41.27%

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

#D72CB6 (or 0xD72CB6) is known color: Spicy Pink. HEX triplet: D7, 2C and B6. RGB value is (215,44,182). Sum of RGB (Red+Green+Blue) = 215+44+182=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 44 (17.58% from 255 or 9.98% from 441); Blue value is 182 (71.48% from 255 or 41.27% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D72CB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72CB6 is #28D349. Grayscale: #6E6E6E. Windows color (decimal): -2675530 or 11939031. OLE color: 11939031.

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

Color convert

RGB 215 44 182 -
CMYK 0 0.80 0.15 0.16
HSL 311.58º 0.68% 0.51% -
HSV(B) 311.58º 0.8% 0.84% -
XYZ 37.37 19.63 46.07 -
YUV 110.86 168.15 202.28 -
System Red Green Blue C M Y K H S L
Decimal 215 44 182 0 0.80 0.15 0.16 311.58 0.68 0.51
Hex D7 2C B6 0 50 F 10 138 44 33
Octal 327 54 266 0 120 17 20 470 104 63
Binary 11010111 101100 10110110 0 1010000 1111 10000 100111000 1000100 110011

Color Harmonies of #D72CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72CB6

Black with #D72CB6

Text Example


Text Example

White with #D72CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72CB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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