Html Css Color HEX #DD42CA Free Speech Magenta

📋 copy color: '#DD42CA'

red 221 ◦ green 66 ◦ blue 202

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

Shades of Free Speech Magenta #DD42CA

Tints of Free Speech Magenta #DD42CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.31%

R = 45.19%
G = 13.5%
B = 41.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD42CA (or 0xDD42CA) is known color: Free Speech Magenta. HEX triplet: DD, 42 and CA. RGB value is (221,66,202). Sum of RGB (Red+Green+Blue) = 221+66+202=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 66 (26.17% from 255 or 13.50% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD42CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD42CA is #22BD35. Grayscale: #7F7F7F. Windows color (decimal): -2276662 or 13255389. OLE color: 13255389.

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

Color convert

RGB 221 66 202 -
CMYK 0 0.70 0.09 0.13
HSL 307.35º 0.7% 0.56% -
HSV(B) 307.35º 0.7% 0.87% -
XYZ 42.43 23.53 58.18 -
YUV 127.85 169.85 194.44 -
System Red Green Blue C M Y K H S L
Decimal 221 66 202 0 0.70 0.09 0.13 307.35 0.7 0.56
Hex DD 42 CA 0 46 9 D 133 46 38
Octal 335 102 312 0 106 11 15 463 106 70
Binary 11011101 1000010 11001010 0 1000110 1001 1101 100110011 1000110 111000

Color Harmonies of #DD42CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD42CA

Black with #DD42CA

Text Example


Text Example

White with #DD42CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD42CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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