Html Css Color HEX #D348EC Free Speech Magenta

📋 copy color: '#D348EC'

red 211 ◦ green 72 ◦ blue 236

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

Shades of Free Speech Magenta #D348EC

Tints of Free Speech Magenta #D348EC

RGB

 RED value IS 211 (82.81% from 255) = 40.66%

 GREEN value IS 72 (28.52% from 255) = 13.87%

 BLUE value IS 236 (92.58% from 255) = 45.47%

R = 40.66%
G = 13.87%
B = 45.47%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D348EC (or 0xD348EC) is known color: Free Speech Magenta. HEX triplet: D3, 48 and EC. RGB value is (211,72,236). Sum of RGB (Red+Green+Blue) = 211+72+236=519 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.66% from 519); Green value is 72 (28.52% from 255 or 13.87% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #D348EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D348EC is #2CB713. Grayscale: #838383. Windows color (decimal): -2930452 or 15485139. OLE color: 15485139.

HSL color Cylindrical-coordinate representation of color #D348EC: hue angle of 290.85º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D348EC is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 72 236 -
CMYK 0.11 0.69 0 0.07
HSL 290.85º 0.81% 0.6% -
HSV(B) 290.85º 0.69% 0.93% -
XYZ 44.32 24.54 81.76 -
YUV 132.26 186.55 184.16 -
System Red Green Blue C M Y K H S L
Decimal 211 72 236 0.11 0.69 0 0.07 290.85 0.81 0.6
Hex D3 48 EC B 45 0 7 123 51 3C
Octal 323 110 354 13 105 0 7 443 121 74
Binary 11010011 1001000 11101100 1011 1000101 0 111 100100011 1010001 111100

Color Harmonies of #D348EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D348EC

Black with #D348EC

Text Example


Text Example

White with #D348EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D348EC; }

 p { color: rgb(211,72,236); }

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

background-color css

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

 a { background-color: rgb(211,72,236); }

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

border-color css

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

 span { border-color: rgb(211,72,236); }

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