Html Css Color HEX #D34EBE Fuchsia

📋 copy color: '#D34EBE'

red 211 ◦ green 78 ◦ blue 190

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

Shades of Fuchsia #D34EBE

Tints of Fuchsia #D34EBE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.28%

 BLUE value IS 190 (74.61% from 255) = 39.67%

R = 44.05%
G = 16.28%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D34EBE (or 0xD34EBE) is known color: Fuchsia. HEX triplet: D3, 4E and BE. RGB value is (211,78,190). Sum of RGB (Red+Green+Blue) = 211+78+190=479 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.05% from 479); Green value is 78 (30.86% from 255 or 16.28% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 211 - color contains mainly: red. Hex color #D34EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D34EBE is #2CB141. Grayscale: #828282. Windows color (decimal): -2928962 or 12472019. OLE color: 12472019.

HSL color Cylindrical-coordinate representation of color #D34EBE: hue angle of 309.47º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D34EBE is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 78 190 -
CMYK 0 0.63 0.10 0.17
HSL 309.47º 0.6% 0.57% -
HSV(B) 309.47º 0.63% 0.83% -
XYZ 38.88 23.02 51.11 -
YUV 130.54 161.56 185.39 -
System Red Green Blue C M Y K H S L
Decimal 211 78 190 0 0.63 0.10 0.17 309.47 0.6 0.57
Hex D3 4E BE 0 3F A 11 135 3C 39
Octal 323 116 276 0 77 12 21 465 74 71
Binary 11010011 1001110 10111110 0 111111 1010 10001 100110101 111100 111001

Color Harmonies of #D34EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34EBE

Black with #D34EBE

Text Example


Text Example

White with #D34EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34EBE; }

 p { color: rgb(211,78,190); }

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

background-color css

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

 a { background-color: rgb(211,78,190); }

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

border-color css

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

 span { border-color: rgb(211,78,190); }

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