Html Css Color HEX #D550DA Free Speech Magenta

📋 copy color: '#D550DA'

red 213 ◦ green 80 ◦ blue 218

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

Shades of Free Speech Magenta #D550DA

Tints of Free Speech Magenta #D550DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.66%

R = 41.68%
G = 15.66%
B = 42.66%

CMYK

 C value IS 0.02

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D550DA (or 0xD550DA) is known color: Free Speech Magenta. HEX triplet: D5, 50 and DA. RGB value is (213,80,218). Sum of RGB (Red+Green+Blue) = 213+80+218=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 80 (31.64% from 255 or 15.66% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #D550DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D550DA is #2AAF25. Grayscale: #878787. Windows color (decimal): -2797350 or 14307541. OLE color: 14307541.

HSL color Cylindrical-coordinate representation of color #D550DA: hue angle of 297.83º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D550DA is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 80 218 -
CMYK 0.02 0.63 0 0.15
HSL 297.83º 0.65% 0.58% -
HSV(B) 297.83º 0.63% 0.85% -
XYZ 42.96 24.95 68.88 -
YUV 135.5 174.56 183.28 -
System Red Green Blue C M Y K H S L
Decimal 213 80 218 0.02 0.63 0 0.15 297.83 0.65 0.58
Hex D5 50 DA 2 3F 0 F 12A 41 3A
Octal 325 120 332 2 77 0 17 452 101 72
Binary 11010101 1010000 11011010 10 111111 0 1111 100101010 1000001 111010

Color Harmonies of #D550DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D550DA

Black with #D550DA

Text Example


Text Example

White with #D550DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D550DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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