Html Css Color HEX #D55FDD Free Speech Magenta

📋 copy color: '#D55FDD'

red 213 ◦ green 95 ◦ blue 221

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

Shades of Free Speech Magenta #D55FDD

Tints of Free Speech Magenta #D55FDD

RGB

 RED value IS 213 (83.59% from 255) = 40.26%

 GREEN value IS 95 (37.5% from 255) = 17.96%

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

R = 40.26%
G = 17.96%
B = 41.78%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D55FDD (or 0xD55FDD) is known color: Free Speech Magenta. HEX triplet: D5, 5F and DD. RGB value is (213,95,221). Sum of RGB (Red+Green+Blue) = 213+95+221=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 95 (37.5% from 255 or 17.96% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #D55FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55FDD is #2AA022. Grayscale: #909090. Windows color (decimal): -2793507 or 14507989. OLE color: 14507989.

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

Color convert

RGB 213 95 221 -
CMYK 0.04 0.57 0 0.13
HSL 296.19º 0.65% 0.62% -
HSV(B) 296.19º 0.57% 0.87% -
XYZ 44.58 27.55 71.37 -
YUV 144.65 171.09 176.75 -
System Red Green Blue C M Y K H S L
Decimal 213 95 221 0.04 0.57 0 0.13 296.19 0.65 0.62
Hex D5 5F DD 4 39 0 D 128 41 3E
Octal 325 137 335 4 71 0 15 450 101 76
Binary 11010101 1011111 11011101 100 111001 0 1101 100101000 1000001 111110

Color Harmonies of #D55FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55FDD

Black with #D55FDD

Text Example


Text Example

White with #D55FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55FDD; }

 p { color: rgb(213,95,221); }

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

background-color css

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

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

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

border-color css

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

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

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