Html Css Color HEX #DD4BDD Free Speech Magenta

📋 copy color: '#DD4BDD'

red 221 ◦ green 75 ◦ blue 221

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

Shades of Free Speech Magenta #DD4BDD

Tints of Free Speech Magenta #DD4BDD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.51%

 BLUE value IS 221 (86.72% from 255) = 42.75%

R = 42.75%
G = 14.51%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD4BDD (or 0xDD4BDD) is known color: Free Speech Magenta. HEX triplet: DD, 4B and DD. RGB value is (221,75,221). Sum of RGB (Red+Green+Blue) = 221+75+221=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 75 (29.69% from 255 or 14.51% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD4BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD4BDD is #22B422. Grayscale: #868686. Windows color (decimal): -2274339 or 14502877. OLE color: 14502877.

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

Color convert

RGB 221 75 221 -
CMYK 0 0.66 0 0.13
HSL 300º 0.68% 0.58% -
HSV(B) 300º 0.66% 0.87% -
XYZ 45.39 25.62 70.96 -
YUV 135.3 176.37 189.13 -
System Red Green Blue C M Y K H S L
Decimal 221 75 221 0 0.66 0 0.13 300 0.68 0.58
Hex DD 4B DD 0 42 0 D 12C 44 3A
Octal 335 113 335 0 102 0 15 454 104 72
Binary 11011101 1001011 11011101 0 1000010 0 1101 100101100 1000100 111010

Color Harmonies of #DD4BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4BDD

Black with #DD4BDD

Text Example


Text Example

White with #DD4BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4BDD; }

 p { color: rgb(221,75,221); }

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

background-color css

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

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

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

border-color css

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

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

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