Html Css Color HEX #D72FB3 Spicy Pink

📋 copy color: '#D72FB3'

red 215 ◦ green 47 ◦ blue 179

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

Shades of Spicy Pink #D72FB3

Tints of Spicy Pink #D72FB3

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.66%

 BLUE value IS 179 (70.31% from 255) = 40.59%

R = 48.75%
G = 10.66%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D72FB3 (or 0xD72FB3) is known color: Spicy Pink. HEX triplet: D7, 2F and B3. RGB value is (215,47,179). Sum of RGB (Red+Green+Blue) = 215+47+179=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 47 (18.75% from 255 or 10.66% from 441); Blue value is 179 (70.31% from 255 or 40.59% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D72FB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72FB3 is #28D04C. Grayscale: #6F6F6F. Windows color (decimal): -2674765 or 11743191. OLE color: 11743191.

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

Color convert

RGB 215 47 179 -
CMYK 0 0.78 0.17 0.16
HSL 312.86º 0.68% 0.51% -
HSV(B) 312.86º 0.78% 0.84% -
XYZ 37.18 19.73 44.5 -
YUV 112.28 165.66 201.27 -
System Red Green Blue C M Y K H S L
Decimal 215 47 179 0 0.78 0.17 0.16 312.86 0.68 0.51
Hex D7 2F B3 0 4E 11 10 139 44 33
Octal 327 57 263 0 116 21 20 471 104 63
Binary 11010111 101111 10110011 0 1001110 10001 10000 100111001 1000100 110011

Color Harmonies of #D72FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72FB3

Black with #D72FB3

Text Example


Text Example

White with #D72FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72FB3; }

 p { color: rgb(215,47,179); }

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

background-color css

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

 a { background-color: rgb(215,47,179); }

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

border-color css

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

 span { border-color: rgb(215,47,179); }

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