Html Css Color HEX #D72CB5 Spicy Pink

📋 copy color: '#D72CB5'

red 215 ◦ green 44 ◦ blue 181

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

Shades of Spicy Pink #D72CB5

Tints of Spicy Pink #D72CB5

RGB

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

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

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

R = 48.86%
G = 10%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D72CB5 (or 0xD72CB5) is known color: Spicy Pink. HEX triplet: D7, 2C and B5. RGB value is (215,44,181). Sum of RGB (Red+Green+Blue) = 215+44+181=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 44 (17.58% from 255 or 10% from 440); Blue value is 181 (71.09% from 255 or 41.14% from 440); Max value from RGB is 215 - color contains mainly: red. Hex color #D72CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72CB5 is #28D34A. Grayscale: #6E6E6E. Windows color (decimal): -2675531 or 11873495. OLE color: 11873495.

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

Color convert

RGB 215 44 181 -
CMYK 0 0.80 0.16 0.16
HSL 311.93º 0.68% 0.51% -
HSV(B) 311.93º 0.8% 0.84% -
XYZ 37.27 19.58 45.53 -
YUV 110.75 167.65 202.36 -
System Red Green Blue C M Y K H S L
Decimal 215 44 181 0 0.80 0.16 0.16 311.93 0.68 0.51
Hex D7 2C B5 0 50 10 10 138 44 33
Octal 327 54 265 0 120 20 20 470 104 63
Binary 11010111 101100 10110101 0 1010000 10000 10000 100111000 1000100 110011

Color Harmonies of #D72CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72CB5

Black with #D72CB5

Text Example


Text Example

White with #D72CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72CB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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