Html Css Color HEX #DD61CE Free Speech Magenta

📋 copy color: '#DD61CE'

red 221 ◦ green 97 ◦ blue 206

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

Shades of Free Speech Magenta #DD61CE

Tints of Free Speech Magenta #DD61CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.31%

R = 42.18%
G = 18.51%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD61CE (or 0xDD61CE) is known color: Free Speech Magenta. HEX triplet: DD, 61 and CE. RGB value is (221,97,206). Sum of RGB (Red+Green+Blue) = 221+97+206=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 97 (38.28% from 255 or 18.51% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DD61CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD61CE is #229E31. Grayscale: #929292. Windows color (decimal): -2268722 or 13525469. OLE color: 13525469.

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

Color convert

RGB 221 97 206 -
CMYK 0 0.56 0.07 0.13
HSL 307.26º 0.65% 0.62% -
HSV(B) 307.26º 0.56% 0.87% -
XYZ 45.23 28.38 61.49 -
YUV 146.5 161.58 181.14 -
System Red Green Blue C M Y K H S L
Decimal 221 97 206 0 0.56 0.07 0.13 307.26 0.65 0.62
Hex DD 61 CE 0 38 7 D 133 41 3E
Octal 335 141 316 0 70 7 15 463 101 76
Binary 11011101 1100001 11001110 0 111000 111 1101 100110011 1000001 111110

Color Harmonies of #DD61CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD61CE

Black with #DD61CE

Text Example


Text Example

White with #DD61CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD61CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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