Html Css Color HEX #DD5BDD Free Speech Magenta

📋 copy color: '#DD5BDD'

red 221 ◦ green 91 ◦ blue 221

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

Shades of Free Speech Magenta #DD5BDD

Tints of Free Speech Magenta #DD5BDD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.07%

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

R = 41.46%
G = 17.07%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD5BDD (or 0xDD5BDD) is known color: Free Speech Magenta. HEX triplet: DD, 5B and DD. RGB value is (221,91,221). Sum of RGB (Red+Green+Blue) = 221+91+221=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 91 (35.94% from 255 or 17.07% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD5BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5BDD is #22A422. Grayscale: #909090. Windows color (decimal): -2270243 or 14506973. OLE color: 14506973.

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

Color convert

RGB 221 91 221 -
CMYK 0 0.59 0 0.13
HSL 300º 0.66% 0.61% -
HSV(B) 300º 0.59% 0.87% -
XYZ 46.61 28.07 71.37 -
YUV 144.69 171.07 182.43 -
System Red Green Blue C M Y K H S L
Decimal 221 91 221 0 0.59 0 0.13 300 0.66 0.61
Hex DD 5B DD 0 3B 0 D 12C 42 3D
Octal 335 133 335 0 73 0 15 454 102 75
Binary 11011101 1011011 11011101 0 111011 0 1101 100101100 1000010 111101

Color Harmonies of #DD5BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5BDD

Black with #DD5BDD

Text Example


Text Example

White with #DD5BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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