Html Css Color HEX #D334B6 Fuchsia

📋 copy color: '#D334B6'

red 211 ◦ green 52 ◦ blue 182

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

Shades of Fuchsia #D334B6

Tints of Fuchsia #D334B6

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.69%

 BLUE value IS 182 (71.48% from 255) = 40.9%

R = 47.42%
G = 11.69%
B = 40.9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#D334B6 (or 0xD334B6) is known color: Fuchsia. HEX triplet: D3, 34 and B6. RGB value is (211,52,182). Sum of RGB (Red+Green+Blue) = 211+52+182=445 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.42% from 445); Green value is 52 (20.70% from 255 or 11.69% from 445); Blue value is 182 (71.48% from 255 or 40.90% from 445); Max value from RGB is 211 - color contains mainly: red. Hex color #D334B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D334B6 is #2CCB49. Grayscale: #717171. Windows color (decimal): -2935626 or 11941075. OLE color: 11941075.

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

Color convert

RGB 211 52 182 -
CMYK 0 0.75 0.14 0.17
HSL 310.94º 0.64% 0.52% -
HSV(B) 310.94º 0.75% 0.83% -
XYZ 36.54 19.68 46.13 -
YUV 114.36 166.18 196.93 -
System Red Green Blue C M Y K H S L
Decimal 211 52 182 0 0.75 0.14 0.17 310.94 0.64 0.52
Hex D3 34 B6 0 4B E 11 137 40 34
Octal 323 64 266 0 113 16 21 467 100 64
Binary 11010011 110100 10110110 0 1001011 1110 10001 100110111 1000000 110100

Color Harmonies of #D334B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D334B6

Black with #D334B6

Text Example


Text Example

White with #D334B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D334B6; }

 p { color: rgb(211,52,182); }

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

background-color css

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

 a { background-color: rgb(211,52,182); }

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

border-color css

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

 span { border-color: rgb(211,52,182); }

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