Html Css Color HEX #DD4AF7 Free Speech Magenta

📋 copy color: '#DD4AF7'

red 221 ◦ green 74 ◦ blue 247

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

Shades of Free Speech Magenta #DD4AF7

Tints of Free Speech Magenta #DD4AF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 45.57%

R = 40.77%
G = 13.65%
B = 45.57%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DD4AF7 (or 0xDD4AF7) is known color: Free Speech Magenta. HEX triplet: DD, 4A and F7. RGB value is (221,74,247). Sum of RGB (Red+Green+Blue) = 221+74+247=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 74 (29.30% from 255 or 13.65% from 542); Blue value is 247 (96.88% from 255 or 45.57% from 542); Max value from RGB is 247 - color contains mainly: blue. Hex color #DD4AF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD4AF7 is #22B508. Grayscale: #898989. Windows color (decimal): -2274569 or 16206557. OLE color: 16206557.

HSL color Cylindrical-coordinate representation of color #DD4AF7: hue angle of 290.98º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD4AF7 is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 74 247 -
CMYK 0.11 0.70 0 0.03
HSL 290.98º 0.92% 0.63% -
HSV(B) 290.98º 0.7% 0.97% -
XYZ 49.06 26.99 90.62 -
YUV 137.68 189.7 187.43 -
System Red Green Blue C M Y K H S L
Decimal 221 74 247 0.11 0.70 0 0.03 290.98 0.92 0.63
Hex DD 4A F7 B 46 0 3 123 5C 3F
Octal 335 112 367 13 106 0 3 443 134 77
Binary 11011101 1001010 11110111 1011 1000110 0 11 100100011 1011100 111111

Color Harmonies of #DD4AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4AF7

Black with #DD4AF7

Text Example


Text Example

White with #DD4AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4AF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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