Html Css Color HEX #D35FC2 Fuchsia

📋 copy color: '#D35FC2'

red 211 ◦ green 95 ◦ blue 194

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

Shades of Fuchsia #D35FC2

Tints of Fuchsia #D35FC2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19%

 BLUE value IS 194 (76.17% from 255) = 38.8%

R = 42.2%
G = 19%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#D35FC2 (or 0xD35FC2) is known color: Fuchsia. HEX triplet: D3, 5F and C2. RGB value is (211,95,194). Sum of RGB (Red+Green+Blue) = 211+95+194=500 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.2% from 500); Green value is 95 (37.5% from 255 or 19% from 500); Blue value is 194 (76.17% from 255 or 38.8% from 500); Max value from RGB is 211 - color contains mainly: red. Hex color #D35FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35FC2 is #2CA03D. Grayscale: #8C8C8C. Windows color (decimal): -2924606 or 12738515. OLE color: 12738515.

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

Color convert

RGB 211 95 194 -
CMYK 0 0.55 0.08 0.17
HSL 308.79º 0.57% 0.6% -
HSV(B) 308.79º 0.55% 0.83% -
XYZ 40.69 25.93 53.9 -
YUV 140.97 157.93 177.95 -
System Red Green Blue C M Y K H S L
Decimal 211 95 194 0 0.55 0.08 0.17 308.79 0.57 0.6
Hex D3 5F C2 0 37 8 11 135 39 3C
Octal 323 137 302 0 67 10 21 465 71 74
Binary 11010011 1011111 11000010 0 110111 1000 10001 100110101 111001 111100

Color Harmonies of #D35FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35FC2

Black with #D35FC2

Text Example


Text Example

White with #D35FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35FC2; }

 p { color: rgb(211,95,194); }

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

background-color css

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

 a { background-color: rgb(211,95,194); }

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

border-color css

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

 span { border-color: rgb(211,95,194); }

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