Html Css Color HEX #DD23C6 Shocking Pink

📋 copy color: '#DD23C6'

red 221 ◦ green 35 ◦ blue 198

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

Shades of Shocking Pink #DD23C6

Tints of Shocking Pink #DD23C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.61%

R = 48.68%
G = 7.71%
B = 43.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DD23C6 (or 0xDD23C6) is known color: Shocking Pink. HEX triplet: DD, 23 and C6. RGB value is (221,35,198). Sum of RGB (Red+Green+Blue) = 221+35+198=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 35 (14.06% from 255 or 7.71% from 454); Blue value is 198 (77.73% from 255 or 43.61% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD23C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD23C6 is #22DC39. Grayscale: #6C6C6C. Windows color (decimal): -2284602 or 12985309. OLE color: 12985309.

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

Color convert

RGB 221 35 198 -
CMYK 0 0.84 0.10 0.13
HSL 307.42º 0.73% 0.5% -
HSV(B) 307.42º 0.84% 0.87% -
XYZ 40.61 20.65 55.27 -
YUV 109.2 178.12 207.75 -
System Red Green Blue C M Y K H S L
Decimal 221 35 198 0 0.84 0.10 0.13 307.42 0.73 0.5
Hex DD 23 C6 0 54 A D 133 49 32
Octal 335 43 306 0 124 12 15 463 111 62
Binary 11011101 100011 11000110 0 1010100 1010 1101 100110011 1001001 110010

Color Harmonies of #DD23C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD23C6

Black with #DD23C6

Text Example


Text Example

White with #DD23C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD23C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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