Html Css Color HEX #D724BA Shocking Pink

📋 copy color: '#D724BA'

red 215 ◦ green 36 ◦ blue 186

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

Shades of Shocking Pink #D724BA

Tints of Shocking Pink #D724BA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.24%

 BLUE value IS 186 (73.05% from 255) = 42.56%

R = 49.2%
G = 8.24%
B = 42.56%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D724BA (or 0xD724BA) is known color: Shocking Pink. HEX triplet: D7, 24 and BA. RGB value is (215,36,186). Sum of RGB (Red+Green+Blue) = 215+36+186=437 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.20% from 437); Green value is 36 (14.45% from 255 or 8.24% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 215 - color contains mainly: red. Hex color #D724BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D724BA is #28DB45. Grayscale: #6A6A6A. Windows color (decimal): -2677574 or 12199127. OLE color: 12199127.

HSL color Cylindrical-coordinate representation of color #D724BA: hue angle of 309.72º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D724BA is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 36 186 -
CMYK 0 0.83 0.13 0.16
HSL 309.72º 0.71% 0.49% -
HSV(B) 309.72º 0.83% 0.84% -
XYZ 37.52 19.25 48.19 -
YUV 106.62 172.8 205.3 -
System Red Green Blue C M Y K H S L
Decimal 215 36 186 0 0.83 0.13 0.16 309.72 0.71 0.49
Hex D7 24 BA 0 53 D 10 136 47 31
Octal 327 44 272 0 123 15 20 466 107 61
Binary 11010111 100100 10111010 0 1010011 1101 10000 100110110 1000111 110001

Color Harmonies of #D724BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D724BA

Black with #D724BA

Text Example


Text Example

White with #D724BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D724BA; }

 p { color: rgb(215,36,186); }

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

background-color css

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

 a { background-color: rgb(215,36,186); }

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

border-color css

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

 span { border-color: rgb(215,36,186); }

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