Html Css Color HEX #D34FCB Fuchsia

📋 copy color: '#D34FCB'

red 211 ◦ green 79 ◦ blue 203

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

Shades of Fuchsia #D34FCB

Tints of Fuchsia #D34FCB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.02%

 BLUE value IS 203 (79.69% from 255) = 41.18%

R = 42.8%
G = 16.02%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D34FCB (or 0xD34FCB) is known color: Fuchsia. HEX triplet: D3, 4F and CB. RGB value is (211,79,203). Sum of RGB (Red+Green+Blue) = 211+79+203=493 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.80% from 493); Green value is 79 (31.25% from 255 or 16.02% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 211 - color contains mainly: red. Hex color #D34FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D34FCB is #2CB034. Grayscale: #848484. Windows color (decimal): -2928693 or 13324243. OLE color: 13324243.

HSL color Cylindrical-coordinate representation of color #D34FCB: hue angle of 303.64º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D34FCB is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 79 203 -
CMYK 0 0.63 0.04 0.17
HSL 303.64º 0.6% 0.57% -
HSV(B) 303.64º 0.63% 0.83% -
XYZ 40.44 23.75 58.95 -
YUV 132.6 167.73 183.92 -
System Red Green Blue C M Y K H S L
Decimal 211 79 203 0 0.63 0.04 0.17 303.64 0.6 0.57
Hex D3 4F CB 0 3F 4 11 130 3C 39
Octal 323 117 313 0 77 4 21 460 74 71
Binary 11010011 1001111 11001011 0 111111 100 10001 100110000 111100 111001

Color Harmonies of #D34FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34FCB

Black with #D34FCB

Text Example


Text Example

White with #D34FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34FCB; }

 p { color: rgb(211,79,203); }

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

background-color css

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

 a { background-color: rgb(211,79,203); }

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

border-color css

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

 span { border-color: rgb(211,79,203); }

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