Html Css Color HEX #D72DB5 Spicy Pink

📋 copy color: '#D72DB5'

red 215 ◦ green 45 ◦ blue 181

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

Shades of Spicy Pink #D72DB5

Tints of Spicy Pink #D72DB5

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.2%

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

R = 48.75%
G = 10.2%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D72DB5 (or 0xD72DB5) is known color: Spicy Pink. HEX triplet: D7, 2D and B5. RGB value is (215,45,181). Sum of RGB (Red+Green+Blue) = 215+45+181=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 45 (17.97% from 255 or 10.20% from 441); Blue value is 181 (71.09% from 255 or 41.04% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D72DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72DB5 is #28D24A. Grayscale: #6E6E6E. Windows color (decimal): -2675275 or 11873751. OLE color: 11873751.

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

Color convert

RGB 215 45 181 -
CMYK 0 0.79 0.16 0.16
HSL 312º 0.68% 0.51% -
HSV(B) 312º 0.79% 0.84% -
XYZ 37.3 19.66 45.54 -
YUV 111.33 167.32 201.94 -
System Red Green Blue C M Y K H S L
Decimal 215 45 181 0 0.79 0.16 0.16 312 0.68 0.51
Hex D7 2D B5 0 4F 10 10 138 44 33
Octal 327 55 265 0 117 20 20 470 104 63
Binary 11010111 101101 10110101 0 1001111 10000 10000 100111000 1000100 110011

Color Harmonies of #D72DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72DB5

Black with #D72DB5

Text Example


Text Example

White with #D72DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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