Html Css Color HEX #D34DCB Fuchsia

📋 copy color: '#D34DCB'

red 211 ◦ green 77 ◦ blue 203

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

Shades of Fuchsia #D34DCB

Tints of Fuchsia #D34DCB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.68%

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

R = 42.97%
G = 15.68%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D34DCB (or 0xD34DCB) is known color: Fuchsia. HEX triplet: D3, 4D and CB. RGB value is (211,77,203). Sum of RGB (Red+Green+Blue) = 211+77+203=491 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.97% from 491); Green value is 77 (30.47% from 255 or 15.68% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 211 - color contains mainly: red. Hex color #D34DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D34DCB is #2CB234. Grayscale: #838383. Windows color (decimal): -2929205 or 13323731. OLE color: 13323731.

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

Color convert

RGB 211 77 203 -
CMYK 0 0.64 0.04 0.17
HSL 303.58º 0.6% 0.56% -
HSV(B) 303.58º 0.64% 0.83% -
XYZ 40.3 23.47 58.91 -
YUV 131.43 168.39 184.75 -
System Red Green Blue C M Y K H S L
Decimal 211 77 203 0 0.64 0.04 0.17 303.58 0.6 0.56
Hex D3 4D CB 0 40 4 11 130 3C 38
Octal 323 115 313 0 100 4 21 460 74 70
Binary 11010011 1001101 11001011 0 1000000 100 10001 100110000 111100 111000

Color Harmonies of #D34DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34DCB

Black with #D34DCB

Text Example


Text Example

White with #D34DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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