Html Css Color HEX #DD61CA Free Speech Magenta

📋 copy color: '#DD61CA'

red 221 ◦ green 97 ◦ blue 202

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

Shades of Free Speech Magenta #DD61CA

Tints of Free Speech Magenta #DD61CA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.65%

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

R = 42.5%
G = 18.65%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD61CA (or 0xDD61CA) is known color: Free Speech Magenta. HEX triplet: DD, 61 and CA. RGB value is (221,97,202). Sum of RGB (Red+Green+Blue) = 221+97+202=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 97 (38.28% from 255 or 18.65% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DD61CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD61CA is #229E35. Grayscale: #919191. Windows color (decimal): -2268726 or 13263325. OLE color: 13263325.

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

Color convert

RGB 221 97 202 -
CMYK 0 0.56 0.09 0.13
HSL 309.19º 0.65% 0.62% -
HSV(B) 309.19º 0.56% 0.87% -
XYZ 44.75 28.19 58.96 -
YUV 146.05 159.58 181.46 -
System Red Green Blue C M Y K H S L
Decimal 221 97 202 0 0.56 0.09 0.13 309.19 0.65 0.62
Hex DD 61 CA 0 38 9 D 135 41 3E
Octal 335 141 312 0 70 11 15 465 101 76
Binary 11011101 1100001 11001010 0 111000 1001 1101 100110101 1000001 111110

Color Harmonies of #DD61CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD61CA

Black with #DD61CA

Text Example


Text Example

White with #DD61CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD61CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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