Html Css Color HEX #D347E4 Free Speech Magenta

📋 copy color: '#D347E4'

red 211 ◦ green 71 ◦ blue 228

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

Shades of Free Speech Magenta #D347E4

Tints of Free Speech Magenta #D347E4

RGB

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

 GREEN value IS 71 (28.13% from 255) = 13.92%

 BLUE value IS 228 (89.45% from 255) = 44.71%

R = 41.37%
G = 13.92%
B = 44.71%

CMYK

 C value IS 0.07

 M value IS 0.69

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D347E4 (or 0xD347E4) is known color: Free Speech Magenta. HEX triplet: D3, 47 and E4. RGB value is (211,71,228). Sum of RGB (Red+Green+Blue) = 211+71+228=510 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.37% from 510); Green value is 71 (28.12% from 255 or 13.92% from 510); Blue value is 228 (89.45% from 255 or 44.71% from 510); Max value from RGB is 228 - color contains mainly: blue. Hex color #D347E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D347E4 is #2CB81B. Grayscale: #828282. Windows color (decimal): -2930716 or 14960595. OLE color: 14960595.

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

Color convert

RGB 211 71 228 -
CMYK 0.07 0.69 0 0.11
HSL 293.5º 0.74% 0.59% -
HSV(B) 293.5º 0.69% 0.89% -
XYZ 43.12 23.96 75.75 -
YUV 130.76 182.88 185.23 -
System Red Green Blue C M Y K H S L
Decimal 211 71 228 0.07 0.69 0 0.11 293.5 0.74 0.59
Hex D3 47 E4 7 45 0 B 126 4A 3B
Octal 323 107 344 7 105 0 13 446 112 73
Binary 11010011 1000111 11100100 111 1000101 0 1011 100100110 1001010 111011

Color Harmonies of #D347E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D347E4

Black with #D347E4

Text Example


Text Example

White with #D347E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D347E4; }

 p { color: rgb(211,71,228); }

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

background-color css

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

 a { background-color: rgb(211,71,228); }

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

border-color css

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

 span { border-color: rgb(211,71,228); }

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