Html Css Color HEX #D34AE6 Free Speech Magenta

📋 copy color: '#D34AE6'

red 211 ◦ green 74 ◦ blue 230

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

Shades of Free Speech Magenta #D34AE6

Tints of Free Speech Magenta #D34AE6

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.37%

 BLUE value IS 230 (90.23% from 255) = 44.66%

R = 40.97%
G = 14.37%
B = 44.66%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D34AE6 (or 0xD34AE6) is known color: Free Speech Magenta. HEX triplet: D3, 4A and E6. RGB value is (211,74,230). Sum of RGB (Red+Green+Blue) = 211+74+230=515 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.97% from 515); Green value is 74 (29.30% from 255 or 14.37% from 515); Blue value is 230 (90.23% from 255 or 44.66% from 515); Max value from RGB is 230 - color contains mainly: blue. Hex color #D34AE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D34AE6 is #2CB519. Grayscale: #848484. Windows color (decimal): -2929946 or 15092435. OLE color: 15092435.

HSL color Cylindrical-coordinate representation of color #D34AE6: hue angle of 292.69º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D34AE6 is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 211 74 230 -
CMYK 0.08 0.68 0 0.10
HSL 292.69º 0.76% 0.6% -
HSV(B) 292.69º 0.68% 0.9% -
XYZ 43.6 24.46 77.29 -
YUV 132.75 182.89 183.82 -
System Red Green Blue C M Y K H S L
Decimal 211 74 230 0.08 0.68 0 0.10 292.69 0.76 0.6
Hex D3 4A E6 8 44 0 A 125 4C 3C
Octal 323 112 346 10 104 0 12 445 114 74
Binary 11010011 1001010 11100110 1000 1000100 0 1010 100100101 1001100 111100

Color Harmonies of #D34AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34AE6

Black with #D34AE6

Text Example


Text Example

White with #D34AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34AE6; }

 p { color: rgb(211,74,230); }

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

background-color css

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

 a { background-color: rgb(211,74,230); }

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

border-color css

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

 span { border-color: rgb(211,74,230); }

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