Html Css Color HEX #DD4DCE Free Speech Magenta

📋 copy color: '#DD4DCE'

red 221 ◦ green 77 ◦ blue 206

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

Shades of Free Speech Magenta #DD4DCE

Tints of Free Speech Magenta #DD4DCE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.28%

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

R = 43.85%
G = 15.28%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD4DCE (or 0xDD4DCE) is known color: Free Speech Magenta. HEX triplet: DD, 4D and CE. RGB value is (221,77,206). Sum of RGB (Red+Green+Blue) = 221+77+206=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 77 (30.47% from 255 or 15.28% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD4DCE is #22B231. Grayscale: #868686. Windows color (decimal): -2273842 or 13520349. OLE color: 13520349.

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

Color convert

RGB 221 77 206 -
CMYK 0 0.65 0.07 0.13
HSL 306.25º 0.68% 0.58% -
HSV(B) 306.25º 0.65% 0.87% -
XYZ 43.61 25.14 60.95 -
YUV 134.76 168.21 189.51 -
System Red Green Blue C M Y K H S L
Decimal 221 77 206 0 0.65 0.07 0.13 306.25 0.68 0.58
Hex DD 4D CE 0 41 7 D 132 44 3A
Octal 335 115 316 0 101 7 15 462 104 72
Binary 11011101 1001101 11001110 0 1000001 111 1101 100110010 1000100 111010

Color Harmonies of #DD4DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4DCE

Black with #DD4DCE

Text Example


Text Example

White with #DD4DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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