Html Css Color HEX #DD43CC Free Speech Magenta

📋 copy color: '#DD43CC'

red 221 ◦ green 67 ◦ blue 204

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

Shades of Free Speech Magenta #DD43CC

Tints of Free Speech Magenta #DD43CC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.62%

 BLUE value IS 204 (80.08% from 255) = 41.46%

R = 44.92%
G = 13.62%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD43CC (or 0xDD43CC) is known color: Free Speech Magenta. HEX triplet: DD, 43 and CC. RGB value is (221,67,204). Sum of RGB (Red+Green+Blue) = 221+67+204=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 67 (26.56% from 255 or 13.62% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DD43CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD43CC is #22BC33. Grayscale: #808080. Windows color (decimal): -2276404 or 13386717. OLE color: 13386717.

HSL color Cylindrical-coordinate representation of color #DD43CC: hue angle of 306.62º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD43CC is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 67 204 -
CMYK 0 0.70 0.08 0.13
HSL 306.62º 0.69% 0.56% -
HSV(B) 306.62º 0.7% 0.87% -
XYZ 42.73 23.75 59.46 -
YUV 128.66 170.52 193.86 -
System Red Green Blue C M Y K H S L
Decimal 221 67 204 0 0.70 0.08 0.13 306.62 0.69 0.56
Hex DD 43 CC 0 46 8 D 133 45 38
Octal 335 103 314 0 106 10 15 463 105 70
Binary 11011101 1000011 11001100 0 1000110 1000 1101 100110011 1000101 111000

Color Harmonies of #DD43CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD43CC

Black with #DD43CC

Text Example


Text Example

White with #DD43CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD43CC; }

 p { color: rgb(221,67,204); }

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

background-color css

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

 a { background-color: rgb(221,67,204); }

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

border-color css

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

 span { border-color: rgb(221,67,204); }

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