Html Css Color HEX #DD23B2 Spicy Pink

📋 copy color: '#DD23B2'

red 221 ◦ green 35 ◦ blue 178

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

Shades of Spicy Pink #DD23B2

Tints of Spicy Pink #DD23B2

RGB

 RED value IS 221 (86.72% from 255) = 50.92%

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

 BLUE value IS 178 (69.92% from 255) = 41.01%

R = 50.92%
G = 8.06%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD23B2 (or 0xDD23B2) is known color: Spicy Pink. HEX triplet: DD, 23 and B2. RGB value is (221,35,178). Sum of RGB (Red+Green+Blue) = 221+35+178=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 35 (14.06% from 255 or 8.06% from 434); Blue value is 178 (69.92% from 255 or 41.01% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD23B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD23B2 is #22DC4D. Grayscale: #6A6A6A. Windows color (decimal): -2284622 or 11674589. OLE color: 11674589.

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

Color convert

RGB 221 35 178 -
CMYK 0 0.84 0.19 0.13
HSL 313.87º 0.73% 0.5% -
HSV(B) 313.87º 0.84% 0.87% -
XYZ 38.46 19.79 43.91 -
YUV 106.92 168.12 209.37 -
System Red Green Blue C M Y K H S L
Decimal 221 35 178 0 0.84 0.19 0.13 313.87 0.73 0.5
Hex DD 23 B2 0 54 13 D 13A 49 32
Octal 335 43 262 0 124 23 15 472 111 62
Binary 11011101 100011 10110010 0 1010100 10011 1101 100111010 1001001 110010

Color Harmonies of #DD23B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD23B2

Black with #DD23B2

Text Example


Text Example

White with #DD23B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD23B2; }

 p { color: rgb(221,35,178); }

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

background-color css

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

 a { background-color: rgb(221,35,178); }

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

border-color css

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

 span { border-color: rgb(221,35,178); }

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