Html Css Color HEX #DD46CA Free Speech Magenta

📋 copy color: '#DD46CA'

red 221 ◦ green 70 ◦ blue 202

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

Shades of Free Speech Magenta #DD46CA

Tints of Free Speech Magenta #DD46CA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.2%

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

R = 44.83%
G = 14.2%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD46CA (or 0xDD46CA) is known color: Free Speech Magenta. HEX triplet: DD, 46 and CA. RGB value is (221,70,202). Sum of RGB (Red+Green+Blue) = 221+70+202=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 70 (27.73% from 255 or 14.20% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD46CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD46CA is #22B935. Grayscale: #818181. Windows color (decimal): -2275638 or 13256413. OLE color: 13256413.

HSL color Cylindrical-coordinate representation of color #DD46CA: hue angle of 307.55º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD46CA is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 70 202 -
CMYK 0 0.68 0.09 0.13
HSL 307.55º 0.69% 0.57% -
HSV(B) 307.55º 0.68% 0.87% -
XYZ 42.67 24.02 58.26 -
YUV 130.2 168.53 192.77 -
System Red Green Blue C M Y K H S L
Decimal 221 70 202 0 0.68 0.09 0.13 307.55 0.69 0.57
Hex DD 46 CA 0 44 9 D 134 45 39
Octal 335 106 312 0 104 11 15 464 105 71
Binary 11011101 1000110 11001010 0 1000100 1001 1101 100110100 1000101 111001

Color Harmonies of #DD46CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD46CA

Black with #DD46CA

Text Example


Text Example

White with #DD46CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD46CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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