Html Css Color HEX #DC23B9 Shocking Pink

📋 copy color: '#DC23B9'

red 220 ◦ green 35 ◦ blue 185

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

Shades of Shocking Pink #DC23B9

Tints of Shocking Pink #DC23B9

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.95%

 BLUE value IS 185 (72.66% from 255) = 42.05%

R = 50%
G = 7.95%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DC23B9 (or 0xDC23B9) is known color: Shocking Pink. HEX triplet: DC, 23 and B9. RGB value is (220,35,185). Sum of RGB (Red+Green+Blue) = 220+35+185=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 35 (14.06% from 255 or 7.95% from 440); Blue value is 185 (72.66% from 255 or 42.05% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC23B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC23B9 is #23DC46. Grayscale: #6B6B6B. Windows color (decimal): -2350151 or 12133340. OLE color: 12133340.

HSL color Cylindrical-coordinate representation of color #DC23B9: hue angle of 311.35º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC23B9 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 35 185 -
CMYK 0 0.84 0.16 0.14
HSL 311.35º 0.73% 0.5% -
HSV(B) 311.35º 0.84% 0.86% -
XYZ 38.87 19.92 47.7 -
YUV 107.42 171.79 208.3 -
System Red Green Blue C M Y K H S L
Decimal 220 35 185 0 0.84 0.16 0.14 311.35 0.73 0.5
Hex DC 23 B9 0 54 10 E 137 49 32
Octal 334 43 271 0 124 20 16 467 111 62
Binary 11011100 100011 10111001 0 1010100 10000 1110 100110111 1001001 110010

Color Harmonies of #DC23B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC23B9

Black with #DC23B9

Text Example


Text Example

White with #DC23B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC23B9; }

 p { color: rgb(220,35,185); }

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

background-color css

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

 a { background-color: rgb(220,35,185); }

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

border-color css

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

 span { border-color: rgb(220,35,185); }

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