Html Css Color HEX #D726B9 Shocking Pink

📋 copy color: '#D726B9'

red 215 ◦ green 38 ◦ blue 185

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

Shades of Shocking Pink #D726B9

Tints of Shocking Pink #D726B9

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.68%

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

R = 49.09%
G = 8.68%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D726B9 (or 0xD726B9) is known color: Shocking Pink. HEX triplet: D7, 26 and B9. RGB value is (215,38,185). Sum of RGB (Red+Green+Blue) = 215+38+185=438 (58% of max value = 765). Red value is 215 (84.38% from 255 or 49.09% from 438); Green value is 38 (15.23% from 255 or 8.68% from 438); Blue value is 185 (72.66% from 255 or 42.24% from 438); Max value from RGB is 215 - color contains mainly: red. Hex color #D726B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D726B9 is #28D946. Grayscale: #6B6B6B. Windows color (decimal): -2677063 or 12134103. OLE color: 12134103.

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

Color convert

RGB 215 38 185 -
CMYK 0 0.82 0.14 0.16
HSL 310.17º 0.7% 0.5% -
HSV(B) 310.17º 0.82% 0.84% -
XYZ 37.47 19.34 47.66 -
YUV 107.68 171.64 204.55 -
System Red Green Blue C M Y K H S L
Decimal 215 38 185 0 0.82 0.14 0.16 310.17 0.7 0.5
Hex D7 26 B9 0 52 E 10 136 46 32
Octal 327 46 271 0 122 16 20 466 106 62
Binary 11010111 100110 10111001 0 1010010 1110 10000 100110110 1000110 110010

Color Harmonies of #D726B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D726B9

Black with #D726B9

Text Example


Text Example

White with #D726B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D726B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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