Html Css Color HEX #D825BA Shocking Pink

📋 copy color: '#D825BA'

red 216 ◦ green 37 ◦ blue 186

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

Shades of Shocking Pink #D825BA

Tints of Shocking Pink #D825BA

RGB

 RED value IS 216 (84.77% from 255) = 49.2%

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

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

R = 49.2%
G = 8.43%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D825BA (or 0xD825BA) is known color: Shocking Pink. HEX triplet: D8, 25 and BA. RGB value is (216,37,186). Sum of RGB (Red+Green+Blue) = 216+37+186=439 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.20% from 439); Green value is 37 (14.84% from 255 or 8.43% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 216 - color contains mainly: red. Hex color #D825BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D825BA is #27DA45. Grayscale: #6B6B6B. Windows color (decimal): -2611782 or 12199384. OLE color: 12199384.

HSL color Cylindrical-coordinate representation of color #D825BA: hue angle of 310.06º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D825BA is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 37 186 -
CMYK 0 0.83 0.14 0.15
HSL 310.06º 0.71% 0.5% -
HSV(B) 310.06º 0.83% 0.85% -
XYZ 37.84 19.47 48.22 -
YUV 107.51 172.3 205.38 -
System Red Green Blue C M Y K H S L
Decimal 216 37 186 0 0.83 0.14 0.15 310.06 0.71 0.5
Hex D8 25 BA 0 53 E F 136 47 32
Octal 330 45 272 0 123 16 17 466 107 62
Binary 11011000 100101 10111010 0 1010011 1110 1111 100110110 1000111 110010

Color Harmonies of #D825BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D825BA

Black with #D825BA

Text Example


Text Example

White with #D825BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D825BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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