Html Css Color HEX #D55DC8 Free Speech Magenta

📋 copy color: '#D55DC8'

red 213 ◦ green 93 ◦ blue 200

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

Shades of Free Speech Magenta #D55DC8

Tints of Free Speech Magenta #D55DC8

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.38%

 BLUE value IS 200 (78.52% from 255) = 39.53%

R = 42.09%
G = 18.38%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D55DC8 (or 0xD55DC8) is known color: Free Speech Magenta. HEX triplet: D5, 5D and C8. RGB value is (213,93,200). Sum of RGB (Red+Green+Blue) = 213+93+200=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 93 (36.72% from 255 or 18.38% from 506); Blue value is 200 (78.52% from 255 or 39.53% from 506); Max value from RGB is 213 - color contains mainly: red. Hex color #D55DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55DC8 is #2AA237. Grayscale: #8C8C8C. Windows color (decimal): -2794040 or 13131221. OLE color: 13131221.

HSL color Cylindrical-coordinate representation of color #D55DC8: hue angle of 306.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D55DC8 is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 93 200 -
CMYK 0 0.56 0.06 0.16
HSL 306.5º 0.59% 0.6% -
HSV(B) 306.5º 0.56% 0.84% -
XYZ 41.78 26.14 57.49 -
YUV 141.08 161.26 179.3 -
System Red Green Blue C M Y K H S L
Decimal 213 93 200 0 0.56 0.06 0.16 306.5 0.59 0.6
Hex D5 5D C8 0 38 6 10 132 3B 3C
Octal 325 135 310 0 70 6 20 462 73 74
Binary 11010101 1011101 11001000 0 111000 110 10000 100110010 111011 111100

Color Harmonies of #D55DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55DC8

Black with #D55DC8

Text Example


Text Example

White with #D55DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55DC8; }

 p { color: rgb(213,93,200); }

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

background-color css

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

 a { background-color: rgb(213,93,200); }

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

border-color css

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

 span { border-color: rgb(213,93,200); }

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