Html Css Color HEX #DD61D2 Free Speech Magenta

📋 copy color: '#DD61D2'

red 221 ◦ green 97 ◦ blue 210

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

Shades of Free Speech Magenta #DD61D2

Tints of Free Speech Magenta #DD61D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 39.77%

R = 41.86%
G = 18.37%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD61D2 (or 0xDD61D2) is known color: Free Speech Magenta. HEX triplet: DD, 61 and D2. RGB value is (221,97,210). Sum of RGB (Red+Green+Blue) = 221+97+210=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 97 (38.28% from 255 or 18.37% from 528); Blue value is 210 (82.42% from 255 or 39.77% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DD61D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD61D2 is #229E2D. Grayscale: #929292. Windows color (decimal): -2268718 or 13787613. OLE color: 13787613.

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

Color convert

RGB 221 97 210 -
CMYK 0 0.56 0.05 0.13
HSL 305.32º 0.65% 0.62% -
HSV(B) 305.32º 0.56% 0.87% -
XYZ 45.73 28.57 64.08 -
YUV 146.96 163.58 180.81 -
System Red Green Blue C M Y K H S L
Decimal 221 97 210 0 0.56 0.05 0.13 305.32 0.65 0.62
Hex DD 61 D2 0 38 5 D 131 41 3E
Octal 335 141 322 0 70 5 15 461 101 76
Binary 11011101 1100001 11010010 0 111000 101 1101 100110001 1000001 111110

Color Harmonies of #DD61D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD61D2

Black with #DD61D2

Text Example


Text Example

White with #DD61D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD61D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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