Html Css Color HEX #D34BBE Fuchsia

📋 copy color: '#D34BBE'

red 211 ◦ green 75 ◦ blue 190

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

Shades of Fuchsia #D34BBE

Tints of Fuchsia #D34BBE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.76%

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

R = 44.33%
G = 15.76%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D34BBE (or 0xD34BBE) is known color: Fuchsia. HEX triplet: D3, 4B and BE. RGB value is (211,75,190). Sum of RGB (Red+Green+Blue) = 211+75+190=476 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.33% from 476); Green value is 75 (29.69% from 255 or 15.76% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 211 - color contains mainly: red. Hex color #D34BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D34BBE is #2CB441. Grayscale: #808080. Windows color (decimal): -2929730 or 12471251. OLE color: 12471251.

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

Color convert

RGB 211 75 190 -
CMYK 0 0.64 0.10 0.17
HSL 309.26º 0.61% 0.56% -
HSV(B) 309.26º 0.64% 0.83% -
XYZ 38.67 22.6 51.04 -
YUV 128.77 162.56 186.65 -
System Red Green Blue C M Y K H S L
Decimal 211 75 190 0 0.64 0.10 0.17 309.26 0.61 0.56
Hex D3 4B BE 0 40 A 11 135 3D 38
Octal 323 113 276 0 100 12 21 465 75 70
Binary 11010011 1001011 10111110 0 1000000 1010 10001 100110101 111101 111000

Color Harmonies of #D34BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34BBE

Black with #D34BBE

Text Example


Text Example

White with #D34BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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