Html Css Color HEX #D727BC Shocking Pink

📋 copy color: '#D727BC'

red 215 ◦ green 39 ◦ blue 188

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

Shades of Shocking Pink #D727BC

Tints of Shocking Pink #D727BC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.82%

 BLUE value IS 188 (73.83% from 255) = 42.53%

R = 48.64%
G = 8.82%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D727BC (or 0xD727BC) is known color: Shocking Pink. HEX triplet: D7, 27 and BC. RGB value is (215,39,188). Sum of RGB (Red+Green+Blue) = 215+39+188=442 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.64% from 442); Green value is 39 (15.62% from 255 or 8.82% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 215 - color contains mainly: red. Hex color #D727BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D727BC is #28D843. Grayscale: #6C6C6C. Windows color (decimal): -2676804 or 12330967. OLE color: 12330967.

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

Color convert

RGB 215 39 188 -
CMYK 0 0.82 0.13 0.16
HSL 309.2º 0.69% 0.5% -
HSV(B) 309.2º 0.82% 0.84% -
XYZ 37.83 19.53 49.35 -
YUV 108.61 172.81 203.88 -
System Red Green Blue C M Y K H S L
Decimal 215 39 188 0 0.82 0.13 0.16 309.2 0.69 0.5
Hex D7 27 BC 0 52 D 10 135 45 32
Octal 327 47 274 0 122 15 20 465 105 62
Binary 11010111 100111 10111100 0 1010010 1101 10000 100110101 1000101 110010

Color Harmonies of #D727BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D727BC

Black with #D727BC

Text Example


Text Example

White with #D727BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D727BC; }

 p { color: rgb(215,39,188); }

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

background-color css

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

 a { background-color: rgb(215,39,188); }

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

border-color css

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

 span { border-color: rgb(215,39,188); }

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