Html Css Color HEX #D725BA Shocking Pink

📋 copy color: '#D725BA'

red 215 ◦ green 37 ◦ blue 186

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

Shades of Shocking Pink #D725BA

Tints of Shocking Pink #D725BA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.45%

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

R = 49.09%
G = 8.45%
B = 42.47%

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

#D725BA (or 0xD725BA) is known color: Shocking Pink. HEX triplet: D7, 25 and BA. RGB value is (215,37,186). Sum of RGB (Red+Green+Blue) = 215+37+186=438 (58% of max value = 765). Red value is 215 (84.38% from 255 or 49.09% from 438); Green value is 37 (14.84% from 255 or 8.45% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 215 - color contains mainly: red. Hex color #D725BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D725BA is #28DA45. Grayscale: #6A6A6A. Windows color (decimal): -2677318 or 12199383. OLE color: 12199383.

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

Color convert

RGB 215 37 186 -
CMYK 0 0.83 0.13 0.16
HSL 309.78º 0.71% 0.49% -
HSV(B) 309.78º 0.83% 0.84% -
XYZ 37.55 19.32 48.2 -
YUV 107.21 172.47 204.88 -
System Red Green Blue C M Y K H S L
Decimal 215 37 186 0 0.83 0.13 0.16 309.78 0.71 0.49
Hex D7 25 BA 0 53 D 10 136 47 31
Octal 327 45 272 0 123 15 20 466 107 61
Binary 11010111 100101 10111010 0 1010011 1101 10000 100110110 1000111 110001

Color Harmonies of #D725BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D725BA

Black with #D725BA

Text Example


Text Example

White with #D725BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D725BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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