Html Css Color HEX #D825BB Shocking Pink

📋 copy color: '#D825BB'

red 216 ◦ green 37 ◦ blue 187

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

Shades of Shocking Pink #D825BB

Tints of Shocking Pink #D825BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.5%

R = 49.09%
G = 8.41%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D825BB (or 0xD825BB) is known color: Shocking Pink. HEX triplet: D8, 25 and BB. RGB value is (216,37,187). Sum of RGB (Red+Green+Blue) = 216+37+187=440 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.09% from 440); Green value is 37 (14.84% from 255 or 8.41% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 216 - color contains mainly: red. Hex color #D825BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D825BB is #27DA44. Grayscale: #6B6B6B. Windows color (decimal): -2611781 or 12264920. OLE color: 12264920.

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

Color convert

RGB 216 37 187 -
CMYK 0 0.83 0.13 0.15
HSL 309.72º 0.71% 0.5% -
HSV(B) 309.72º 0.83% 0.85% -
XYZ 37.95 19.51 48.78 -
YUV 107.62 172.8 205.3 -
System Red Green Blue C M Y K H S L
Decimal 216 37 187 0 0.83 0.13 0.15 309.72 0.71 0.5
Hex D8 25 BB 0 53 D F 136 47 32
Octal 330 45 273 0 123 15 17 466 107 62
Binary 11011000 100101 10111011 0 1010011 1101 1111 100110110 1000111 110010

Color Harmonies of #D825BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D825BB

Black with #D825BB

Text Example


Text Example

White with #D825BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D825BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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