Html Css Color HEX #D34CBE Fuchsia

📋 copy color: '#D34CBE'

red 211 ◦ green 76 ◦ blue 190

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

Shades of Fuchsia #D34CBE

Tints of Fuchsia #D34CBE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.93%

 BLUE value IS 190 (74.61% from 255) = 39.83%

R = 44.23%
G = 15.93%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D34CBE (or 0xD34CBE) is known color: Fuchsia. HEX triplet: D3, 4C and BE. RGB value is (211,76,190). Sum of RGB (Red+Green+Blue) = 211+76+190=477 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.23% from 477); Green value is 76 (30.08% from 255 or 15.93% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 211 - color contains mainly: red. Hex color #D34CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D34CBE is #2CB341. Grayscale: #818181. Windows color (decimal): -2929474 or 12471507. OLE color: 12471507.

HSL color Cylindrical-coordinate representation of color #D34CBE: hue angle of 309.33º degrees, saturation: 0.61, 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 #D34CBE is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 76 190 -
CMYK 0 0.64 0.10 0.17
HSL 309.33º 0.61% 0.56% -
HSV(B) 309.33º 0.64% 0.83% -
XYZ 38.74 22.74 51.06 -
YUV 129.36 162.23 186.23 -
System Red Green Blue C M Y K H S L
Decimal 211 76 190 0 0.64 0.10 0.17 309.33 0.61 0.56
Hex D3 4C BE 0 40 A 11 135 3D 38
Octal 323 114 276 0 100 12 21 465 75 70
Binary 11010011 1001100 10111110 0 1000000 1010 10001 100110101 111101 111000

Color Harmonies of #D34CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34CBE

Black with #D34CBE

Text Example


Text Example

White with #D34CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34CBE; }

 p { color: rgb(211,76,190); }

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

background-color css

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

 a { background-color: rgb(211,76,190); }

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

border-color css

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

 span { border-color: rgb(211,76,190); }

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