Html Css Color HEX #D55EDB Free Speech Magenta

📋 copy color: '#D55EDB'

red 213 ◦ green 94 ◦ blue 219

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

Shades of Free Speech Magenta #D55EDB

Tints of Free Speech Magenta #D55EDB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.87%

 BLUE value IS 219 (85.94% from 255) = 41.63%

R = 40.49%
G = 17.87%
B = 41.63%

CMYK

 C value IS 0.03

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D55EDB (or 0xD55EDB) is known color: Free Speech Magenta. HEX triplet: D5, 5E and DB. RGB value is (213,94,219). Sum of RGB (Red+Green+Blue) = 213+94+219=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 94 (37.11% from 255 or 17.87% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #D55EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55EDB is #2AA124. Grayscale: #8F8F8F. Windows color (decimal): -2793765 or 14376661. OLE color: 14376661.

HSL color Cylindrical-coordinate representation of color #D55EDB: hue angle of 297.12º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D55EDB is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 94 219 -
CMYK 0.03 0.57 0 0.14
HSL 297.12º 0.63% 0.61% -
HSV(B) 297.12º 0.57% 0.86% -
XYZ 44.23 27.27 69.95 -
YUV 143.83 170.42 177.34 -
System Red Green Blue C M Y K H S L
Decimal 213 94 219 0.03 0.57 0 0.14 297.12 0.63 0.61
Hex D5 5E DB 3 39 0 E 129 3F 3D
Octal 325 136 333 3 71 0 16 451 77 75
Binary 11010101 1011110 11011011 11 111001 0 1110 100101001 111111 111101

Color Harmonies of #D55EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55EDB

Black with #D55EDB

Text Example


Text Example

White with #D55EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55EDB; }

 p { color: rgb(213,94,219); }

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

background-color css

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

 a { background-color: rgb(213,94,219); }

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

border-color css

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

 span { border-color: rgb(213,94,219); }

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