Html Css Color HEX #D55FE9 Free Speech Magenta

📋 copy color: '#D55FE9'

red 213 ◦ green 95 ◦ blue 233

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

Shades of Free Speech Magenta #D55FE9

Tints of Free Speech Magenta #D55FE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 43.07%

R = 39.37%
G = 17.56%
B = 43.07%

CMYK

 C value IS 0.09

 M value IS 0.59

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D55FE9 (or 0xD55FE9) is known color: Free Speech Magenta. HEX triplet: D5, 5F and E9. RGB value is (213,95,233). Sum of RGB (Red+Green+Blue) = 213+95+233=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 95 (37.5% from 255 or 17.56% from 541); Blue value is 233 (91.41% from 255 or 43.07% from 541); Max value from RGB is 233 - color contains mainly: blue. Hex color #D55FE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55FE9 is #2AA016. Grayscale: #919191. Windows color (decimal): -2793495 or 15294421. OLE color: 15294421.

HSL color Cylindrical-coordinate representation of color #D55FE9: hue angle of 291.3º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D55FE9 is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 213 95 233 -
CMYK 0.09 0.59 0 0.09
HSL 291.3º 0.76% 0.64% -
HSV(B) 291.3º 0.59% 0.91% -
XYZ 46.24 28.21 80.1 -
YUV 146.01 177.09 175.78 -
System Red Green Blue C M Y K H S L
Decimal 213 95 233 0.09 0.59 0 0.09 291.3 0.76 0.64
Hex D5 5F E9 9 3B 0 9 123 4C 40
Octal 325 137 351 11 73 0 11 443 114 100
Binary 11010101 1011111 11101001 1001 111011 0 1001 100100011 1001100 1000000

Color Harmonies of #D55FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55FE9

Black with #D55FE9

Text Example


Text Example

White with #D55FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55FE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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