Html Css Color HEX #D93EDB Free Speech Magenta

📋 copy color: '#D93EDB'

red 217 ◦ green 62 ◦ blue 219

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

Shades of Free Speech Magenta #D93EDB

Tints of Free Speech Magenta #D93EDB

RGB

 RED value IS 217 (85.16% from 255) = 43.57%

 GREEN value IS 62 (24.61% from 255) = 12.45%

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

R = 43.57%
G = 12.45%
B = 43.98%

CMYK

 C value IS 0.01

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D93EDB (or 0xD93EDB) is known color: Free Speech Magenta. HEX triplet: D9, 3E and DB. RGB value is (217,62,219). Sum of RGB (Red+Green+Blue) = 217+62+219=498 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.57% from 498); Green value is 62 (24.61% from 255 or 12.45% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #D93EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93EDB is #26C124. Grayscale: #7D7D7D. Windows color (decimal): -2539813 or 14368473. OLE color: 14368473.

HSL color Cylindrical-coordinate representation of color #D93EDB: hue angle of 299.24º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D93EDB is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 62 219 -
CMYK 0.01 0.72 0 0.14
HSL 299.24º 0.69% 0.55% -
HSV(B) 299.24º 0.72% 0.86% -
XYZ 43.12 23.31 69.24 -
YUV 126.24 180.35 192.73 -
System Red Green Blue C M Y K H S L
Decimal 217 62 219 0.01 0.72 0 0.14 299.24 0.69 0.55
Hex D9 3E DB 1 48 0 E 12B 45 37
Octal 331 76 333 1 110 0 16 453 105 67
Binary 11011001 111110 11011011 1 1001000 0 1110 100101011 1000101 110111

Color Harmonies of #D93EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93EDB

Black with #D93EDB

Text Example


Text Example

White with #D93EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93EDB; }

 p { color: rgb(217,62,219); }

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

background-color css

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

 a { background-color: rgb(217,62,219); }

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

border-color css

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

 span { border-color: rgb(217,62,219); }

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