Html Css Color HEX #D334C4 Fuchsia

📋 copy color: '#D334C4'

red 211 ◦ green 52 ◦ blue 196

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

Shades of Fuchsia #D334C4

Tints of Fuchsia #D334C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 42.7%

R = 45.97%
G = 11.33%
B = 42.7%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.07

 K value IS 0.17

RGB Variations

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

Color information

#D334C4 (or 0xD334C4) is known color: Fuchsia. HEX triplet: D3, 34 and C4. RGB value is (211,52,196). Sum of RGB (Red+Green+Blue) = 211+52+196=459 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.97% from 459); Green value is 52 (20.70% from 255 or 11.33% from 459); Blue value is 196 (76.95% from 255 or 42.70% from 459); Max value from RGB is 211 - color contains mainly: red. Hex color #D334C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D334C4 is #2CCB3B. Grayscale: #737373. Windows color (decimal): -2935612 or 12858579. OLE color: 12858579.

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

Color convert

RGB 211 52 196 -
CMYK 0 0.75 0.07 0.17
HSL 305.66º 0.64% 0.52% -
HSV(B) 305.66º 0.75% 0.83% -
XYZ 38.06 20.29 54.14 -
YUV 115.96 173.18 195.79 -
System Red Green Blue C M Y K H S L
Decimal 211 52 196 0 0.75 0.07 0.17 305.66 0.64 0.52
Hex D3 34 C4 0 4B 7 11 132 40 34
Octal 323 64 304 0 113 7 21 462 100 64
Binary 11010011 110100 11000100 0 1001011 111 10001 100110010 1000000 110100

Color Harmonies of #D334C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D334C4

Black with #D334C4

Text Example


Text Example

White with #D334C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D334C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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