Html Css Color HEX #DD4ADF Free Speech Magenta

📋 copy color: '#DD4ADF'

red 221 ◦ green 74 ◦ blue 223

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

Shades of Free Speech Magenta #DD4ADF

Tints of Free Speech Magenta #DD4ADF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.29%

 BLUE value IS 223 (87.5% from 255) = 43.05%

R = 42.66%
G = 14.29%
B = 43.05%

CMYK

 C value IS 0.01

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD4ADF (or 0xDD4ADF) is known color: Free Speech Magenta. HEX triplet: DD, 4A and DF. RGB value is (221,74,223). Sum of RGB (Red+Green+Blue) = 221+74+223=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 74 (29.30% from 255 or 14.29% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD4ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD4ADF is #22B520. Grayscale: #868686. Windows color (decimal): -2274593 or 14633693. OLE color: 14633693.

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

Color convert

RGB 221 74 223 -
CMYK 0.01 0.67 0 0.13
HSL 299.19º 0.7% 0.58% -
HSV(B) 299.19º 0.67% 0.87% -
XYZ 45.59 25.6 72.35 -
YUV 134.94 177.7 189.38 -
System Red Green Blue C M Y K H S L
Decimal 221 74 223 0.01 0.67 0 0.13 299.19 0.7 0.58
Hex DD 4A DF 1 43 0 D 12B 46 3A
Octal 335 112 337 1 103 0 15 453 106 72
Binary 11011101 1001010 11011111 1 1000011 0 1101 100101011 1000110 111010

Color Harmonies of #DD4ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4ADF

Black with #DD4ADF

Text Example


Text Example

White with #DD4ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4ADF; }

 p { color: rgb(221,74,223); }

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

background-color css

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

 a { background-color: rgb(221,74,223); }

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

border-color css

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

 span { border-color: rgb(221,74,223); }

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