Html Css Color HEX #DC23B4 Spicy Pink

📋 copy color: '#DC23B4'

red 220 ◦ green 35 ◦ blue 180

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

Shades of Spicy Pink #DC23B4

Tints of Spicy Pink #DC23B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 41.38%

R = 50.57%
G = 8.05%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DC23B4 (or 0xDC23B4) is known color: Spicy Pink. HEX triplet: DC, 23 and B4. RGB value is (220,35,180). Sum of RGB (Red+Green+Blue) = 220+35+180=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 35 (14.06% from 255 or 8.05% from 435); Blue value is 180 (70.70% from 255 or 41.38% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC23B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC23B4 is #23DC4B. Grayscale: #6A6A6A. Windows color (decimal): -2350156 or 11805660. OLE color: 11805660.

HSL color Cylindrical-coordinate representation of color #DC23B4: hue angle of 312.97º 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 #DC23B4 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 35 180 -
CMYK 0 0.84 0.18 0.14
HSL 312.97º 0.73% 0.5% -
HSV(B) 312.97º 0.84% 0.86% -
XYZ 38.35 19.71 44.96 -
YUV 106.85 169.29 208.71 -
System Red Green Blue C M Y K H S L
Decimal 220 35 180 0 0.84 0.18 0.14 312.97 0.73 0.5
Hex DC 23 B4 0 54 12 E 139 49 32
Octal 334 43 264 0 124 22 16 471 111 62
Binary 11011100 100011 10110100 0 1010100 10010 1110 100111001 1001001 110010

Color Harmonies of #DC23B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC23B4

Black with #DC23B4

Text Example


Text Example

White with #DC23B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC23B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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