Html Css Color HEX #D34ABB Fuchsia

📋 copy color: '#D34ABB'

red 211 ◦ green 74 ◦ blue 187

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

Shades of Fuchsia #D34ABB

Tints of Fuchsia #D34ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.62%

R = 44.7%
G = 15.68%
B = 39.62%

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

#D34ABB (or 0xD34ABB) is known color: Fuchsia. HEX triplet: D3, 4A and BB. RGB value is (211,74,187). Sum of RGB (Red+Green+Blue) = 211+74+187=472 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.70% from 472); Green value is 74 (29.30% from 255 or 15.68% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 211 - color contains mainly: red. Hex color #D34ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D34ABB is #2CB544. Grayscale: #7F7F7F. Windows color (decimal): -2929989 or 12274387. OLE color: 12274387.

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

Color convert

RGB 211 74 187 -
CMYK 0 0.65 0.11 0.17
HSL 310.51º 0.61% 0.56% -
HSV(B) 310.51º 0.65% 0.83% -
XYZ 38.28 22.33 49.31 -
YUV 127.85 161.39 187.31 -
System Red Green Blue C M Y K H S L
Decimal 211 74 187 0 0.65 0.11 0.17 310.51 0.61 0.56
Hex D3 4A BB 0 41 B 11 137 3D 38
Octal 323 112 273 0 101 13 21 467 75 70
Binary 11010011 1001010 10111011 0 1000001 1011 10001 100110111 111101 111000

Color Harmonies of #D34ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34ABB

Black with #D34ABB

Text Example


Text Example

White with #D34ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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