Html Css Color HEX #DC15BB Shocking Pink

📋 copy color: '#DC15BB'

red 220 ◦ green 21 ◦ blue 187

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

Shades of Shocking Pink #DC15BB

Tints of Shocking Pink #DC15BB

RGB

 RED value IS 220 (86.33% from 255) = 51.4%

 GREEN value IS 21 (8.59% from 255) = 4.91%

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

R = 51.4%
G = 4.91%
B = 43.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DC15BB (or 0xDC15BB) is known color: Shocking Pink. HEX triplet: DC, 15 and BB. RGB value is (220,21,187). Sum of RGB (Red+Green+Blue) = 220+21+187=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 21 (8.59% from 255 or 4.91% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC15BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC15BB is #23EA44. Grayscale: #626262. Windows color (decimal): -2353733 or 12260828. OLE color: 12260828.

HSL color Cylindrical-coordinate representation of color #DC15BB: hue angle of 309.95º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC15BB is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 21 187 -
CMYK 0 0.90 0.15 0.14
HSL 309.95º 0.83% 0.47% -
HSV(B) 309.95º 0.9% 0.86% -
XYZ 38.75 19.34 48.7 -
YUV 99.43 177.43 214 -
System Red Green Blue C M Y K H S L
Decimal 220 21 187 0 0.90 0.15 0.14 309.95 0.83 0.47
Hex DC 15 BB 0 5A F E 136 53 2F
Octal 334 25 273 0 132 17 16 466 123 57
Binary 11011100 10101 10111011 0 1011010 1111 1110 100110110 1010011 101111

Color Harmonies of #DC15BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC15BB

Black with #DC15BB

Text Example


Text Example

White with #DC15BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC15BB; }

 p { color: rgb(220,21,187); }

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

background-color css

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

 a { background-color: rgb(220,21,187); }

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

border-color css

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

 span { border-color: rgb(220,21,187); }

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