Html Css Color HEX #D550DF Free Speech Magenta

📋 copy color: '#D550DF'

red 213 ◦ green 80 ◦ blue 223

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

Shades of Free Speech Magenta #D550DF

Tints of Free Speech Magenta #D550DF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.5%

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

R = 41.28%
G = 15.5%
B = 43.22%

CMYK

 C value IS 0.04

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D550DF (or 0xD550DF) is known color: Free Speech Magenta. HEX triplet: D5, 50 and DF. RGB value is (213,80,223). Sum of RGB (Red+Green+Blue) = 213+80+223=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 80 (31.64% from 255 or 15.50% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #D550DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D550DF is #2AAF20. Grayscale: #878787. Windows color (decimal): -2797345 or 14635221. OLE color: 14635221.

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

Color convert

RGB 213 80 223 -
CMYK 0.04 0.64 0 0.13
HSL 295.8º 0.69% 0.59% -
HSV(B) 295.8º 0.64% 0.87% -
XYZ 43.63 25.21 72.38 -
YUV 136.07 177.06 182.87 -
System Red Green Blue C M Y K H S L
Decimal 213 80 223 0.04 0.64 0 0.13 295.8 0.69 0.59
Hex D5 50 DF 4 40 0 D 128 45 3B
Octal 325 120 337 4 100 0 15 450 105 73
Binary 11010101 1010000 11011111 100 1000000 0 1101 100101000 1000101 111011

Color Harmonies of #D550DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D550DF

Black with #D550DF

Text Example


Text Example

White with #D550DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D550DF; }

 p { color: rgb(213,80,223); }

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

background-color css

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

 a { background-color: rgb(213,80,223); }

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

border-color css

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

 span { border-color: rgb(213,80,223); }

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