Html Css Color HEX #D334B9 Fuchsia

📋 copy color: '#D334B9'

red 211 ◦ green 52 ◦ blue 185

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

Shades of Fuchsia #D334B9

Tints of Fuchsia #D334B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.29%

R = 47.1%
G = 11.61%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D334B9 (or 0xD334B9) is known color: Fuchsia. HEX triplet: D3, 34 and B9. RGB value is (211,52,185). Sum of RGB (Red+Green+Blue) = 211+52+185=448 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.10% from 448); Green value is 52 (20.70% from 255 or 11.61% from 448); Blue value is 185 (72.66% from 255 or 41.29% from 448); Max value from RGB is 211 - color contains mainly: red. Hex color #D334B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D334B9 is #2CCB46. Grayscale: #727272. Windows color (decimal): -2935623 or 12137683. OLE color: 12137683.

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

Color convert

RGB 211 52 185 -
CMYK 0 0.75 0.12 0.17
HSL 309.81º 0.64% 0.52% -
HSV(B) 309.81º 0.75% 0.83% -
XYZ 36.85 19.81 47.78 -
YUV 114.7 167.68 196.69 -
System Red Green Blue C M Y K H S L
Decimal 211 52 185 0 0.75 0.12 0.17 309.81 0.64 0.52
Hex D3 34 B9 0 4B C 11 136 40 34
Octal 323 64 271 0 113 14 21 466 100 64
Binary 11010011 110100 10111001 0 1001011 1100 10001 100110110 1000000 110100

Color Harmonies of #D334B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D334B9

Black with #D334B9

Text Example


Text Example

White with #D334B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D334B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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