Html Css Color HEX #D93FDB Free Speech Magenta

📋 copy color: '#D93FDB'

red 217 ◦ green 63 ◦ blue 219

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

Shades of Free Speech Magenta #D93FDB

Tints of Free Speech Magenta #D93FDB

RGB

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

 GREEN value IS 63 (25% from 255) = 12.63%

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

R = 43.49%
G = 12.63%
B = 43.89%

CMYK

 C value IS 0.01

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D93FDB (or 0xD93FDB) is known color: Free Speech Magenta. HEX triplet: D9, 3F and DB. RGB value is (217,63,219). Sum of RGB (Red+Green+Blue) = 217+63+219=499 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.49% from 499); Green value is 63 (25% from 255 or 12.63% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #D93FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93FDB is #26C024. Grayscale: #7E7E7E. Windows color (decimal): -2539557 or 14368729. OLE color: 14368729.

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

Color convert

RGB 217 63 219 -
CMYK 0.01 0.71 0 0.14
HSL 299.23º 0.68% 0.55% -
HSV(B) 299.23º 0.71% 0.86% -
XYZ 43.18 23.42 69.26 -
YUV 126.83 180.02 192.32 -
System Red Green Blue C M Y K H S L
Decimal 217 63 219 0.01 0.71 0 0.14 299.23 0.68 0.55
Hex D9 3F DB 1 47 0 E 12B 44 37
Octal 331 77 333 1 107 0 16 453 104 67
Binary 11011001 111111 11011011 1 1000111 0 1110 100101011 1000100 110111

Color Harmonies of #D93FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93FDB

Black with #D93FDB

Text Example


Text Example

White with #D93FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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