Html Css Color HEX #D34ABC Fuchsia

📋 copy color: '#D34ABC'

red 211 ◦ green 74 ◦ blue 188

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

Shades of Fuchsia #D34ABC

Tints of Fuchsia #D34ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.75%

R = 44.61%
G = 15.64%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D34ABC (or 0xD34ABC) is known color: Fuchsia. HEX triplet: D3, 4A and BC. RGB value is (211,74,188). Sum of RGB (Red+Green+Blue) = 211+74+188=473 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.61% from 473); Green value is 74 (29.30% from 255 or 15.64% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 211 - color contains mainly: red. Hex color #D34ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D34ABC is #2CB543. Grayscale: #7F7F7F. Windows color (decimal): -2929988 or 12339923. OLE color: 12339923.

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

Color convert

RGB 211 74 188 -
CMYK 0 0.65 0.11 0.17
HSL 310.07º 0.61% 0.56% -
HSV(B) 310.07º 0.65% 0.83% -
XYZ 38.39 22.38 49.87 -
YUV 127.96 161.89 187.23 -
System Red Green Blue C M Y K H S L
Decimal 211 74 188 0 0.65 0.11 0.17 310.07 0.61 0.56
Hex D3 4A BC 0 41 B 11 136 3D 38
Octal 323 112 274 0 101 13 21 466 75 70
Binary 11010011 1001010 10111100 0 1000001 1011 10001 100110110 111101 111000

Color Harmonies of #D34ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34ABC

Black with #D34ABC

Text Example


Text Example

White with #D34ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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