Html Css Color HEX #D34BAE Fuchsia

📋 copy color: '#D34BAE'

red 211 ◦ green 75 ◦ blue 174

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

Shades of Fuchsia #D34BAE

Tints of Fuchsia #D34BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.83%

R = 45.87%
G = 16.3%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D34BAE (or 0xD34BAE) is known color: Fuchsia. HEX triplet: D3, 4B and AE. RGB value is (211,75,174). Sum of RGB (Red+Green+Blue) = 211+75+174=460 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.87% from 460); Green value is 75 (29.69% from 255 or 16.30% from 460); Blue value is 174 (68.36% from 255 or 37.83% from 460); Max value from RGB is 211 - color contains mainly: red. Hex color #D34BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34BAE is #2CB451. Grayscale: #7E7E7E. Windows color (decimal): -2929746 or 11422675. OLE color: 11422675.

HSL color Cylindrical-coordinate representation of color #D34BAE: hue angle of 316.32º 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 #D34BAE is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 75 174 -
CMYK 0 0.64 0.18 0.17
HSL 316.32º 0.61% 0.56% -
HSV(B) 316.32º 0.64% 0.83% -
XYZ 37.02 21.94 42.33 -
YUV 126.95 154.56 187.95 -
System Red Green Blue C M Y K H S L
Decimal 211 75 174 0 0.64 0.18 0.17 316.32 0.61 0.56
Hex D3 4B AE 0 40 12 11 13C 3D 38
Octal 323 113 256 0 100 22 21 474 75 70
Binary 11010011 1001011 10101110 0 1000000 10010 10001 100111100 111101 111000

Color Harmonies of #D34BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34BAE

Black with #D34BAE

Text Example


Text Example

White with #D34BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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