Html Css Color HEX #D728B9 Shocking Pink

📋 copy color: '#D728B9'

red 215 ◦ green 40 ◦ blue 185

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

Shades of Shocking Pink #D728B9

Tints of Shocking Pink #D728B9

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.09%

 BLUE value IS 185 (72.66% from 255) = 42.05%

R = 48.86%
G = 9.09%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D728B9 (or 0xD728B9) is known color: Shocking Pink. HEX triplet: D7, 28 and B9. RGB value is (215,40,185). Sum of RGB (Red+Green+Blue) = 215+40+185=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 40 (16.02% from 255 or 9.09% from 440); Blue value is 185 (72.66% from 255 or 42.05% from 440); Max value from RGB is 215 - color contains mainly: red. Hex color #D728B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D728B9 is #28D746. Grayscale: #6C6C6C. Windows color (decimal): -2676551 or 12134615. OLE color: 12134615.

HSL color Cylindrical-coordinate representation of color #D728B9: hue angle of 310.29º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D728B9 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 40 185 -
CMYK 0 0.81 0.14 0.16
HSL 310.29º 0.69% 0.5% -
HSV(B) 310.29º 0.81% 0.84% -
XYZ 37.54 19.47 47.68 -
YUV 108.86 170.98 203.71 -
System Red Green Blue C M Y K H S L
Decimal 215 40 185 0 0.81 0.14 0.16 310.29 0.69 0.5
Hex D7 28 B9 0 51 E 10 136 45 32
Octal 327 50 271 0 121 16 20 466 105 62
Binary 11010111 101000 10111001 0 1010001 1110 10000 100110110 1000101 110010

Color Harmonies of #D728B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D728B9

Black with #D728B9

Text Example


Text Example

White with #D728B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D728B9; }

 p { color: rgb(215,40,185); }

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

background-color css

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

 a { background-color: rgb(215,40,185); }

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

border-color css

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

 span { border-color: rgb(215,40,185); }

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