Html Css Color HEX #DD42D3 Free Speech Magenta

📋 copy color: '#DD42D3'

red 221 ◦ green 66 ◦ blue 211

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

Shades of Free Speech Magenta #DD42D3

Tints of Free Speech Magenta #DD42D3

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.25%

 BLUE value IS 211 (82.81% from 255) = 42.37%

R = 44.38%
G = 13.25%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD42D3 (or 0xDD42D3) is known color: Free Speech Magenta. HEX triplet: DD, 42 and D3. RGB value is (221,66,211). Sum of RGB (Red+Green+Blue) = 221+66+211=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 66 (26.17% from 255 or 13.25% from 498); Blue value is 211 (82.81% from 255 or 42.37% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DD42D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD42D3 is #22BD2C. Grayscale: #808080. Windows color (decimal): -2276653 or 13845213. OLE color: 13845213.

HSL color Cylindrical-coordinate representation of color #DD42D3: hue angle of 303.87º degrees, saturation: 0.7, 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 #DD42D3 is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 66 211 -
CMYK 0 0.70 0.05 0.13
HSL 303.87º 0.7% 0.56% -
HSV(B) 303.87º 0.7% 0.87% -
XYZ 43.52 23.97 63.96 -
YUV 128.88 174.35 193.71 -
System Red Green Blue C M Y K H S L
Decimal 221 66 211 0 0.70 0.05 0.13 303.87 0.7 0.56
Hex DD 42 D3 0 46 5 D 130 46 38
Octal 335 102 323 0 106 5 15 460 106 70
Binary 11011101 1000010 11010011 0 1000110 101 1101 100110000 1000110 111000

Color Harmonies of #DD42D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD42D3

Black with #DD42D3

Text Example


Text Example

White with #DD42D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD42D3; }

 p { color: rgb(221,66,211); }

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

background-color css

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

 a { background-color: rgb(221,66,211); }

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

border-color css

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

 span { border-color: rgb(221,66,211); }

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