Html Css Color HEX #D724B9 Shocking Pink

📋 copy color: '#D724B9'

red 215 ◦ green 36 ◦ blue 185

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

Shades of Shocking Pink #D724B9

Tints of Shocking Pink #D724B9

RGB

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

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

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

R = 49.31%
G = 8.26%
B = 42.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D724B9 (or 0xD724B9) is known color: Shocking Pink. HEX triplet: D7, 24 and B9. RGB value is (215,36,185). Sum of RGB (Red+Green+Blue) = 215+36+185=436 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.31% from 436); Green value is 36 (14.45% from 255 or 8.26% from 436); Blue value is 185 (72.66% from 255 or 42.43% from 436); Max value from RGB is 215 - color contains mainly: red. Hex color #D724B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D724B9 is #28DB46. Grayscale: #6A6A6A. Windows color (decimal): -2677575 or 12133591. OLE color: 12133591.

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

Color convert

RGB 215 36 185 -
CMYK 0 0.83 0.14 0.16
HSL 310.06º 0.71% 0.49% -
HSV(B) 310.06º 0.83% 0.84% -
XYZ 37.41 19.21 47.64 -
YUV 106.51 172.3 205.38 -
System Red Green Blue C M Y K H S L
Decimal 215 36 185 0 0.83 0.14 0.16 310.06 0.71 0.49
Hex D7 24 B9 0 53 E 10 136 47 31
Octal 327 44 271 0 123 16 20 466 107 61
Binary 11010111 100100 10111001 0 1010011 1110 10000 100110110 1000111 110001

Color Harmonies of #D724B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D724B9

Black with #D724B9

Text Example


Text Example

White with #D724B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D724B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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