Html Css Color HEX #D354CA Fuchsia

📋 copy color: '#D354CA'

red 211 ◦ green 84 ◦ blue 202

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

Shades of Fuchsia #D354CA

Tints of Fuchsia #D354CA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.9%

 BLUE value IS 202 (79.3% from 255) = 40.64%

R = 42.45%
G = 16.9%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D354CA (or 0xD354CA) is known color: Fuchsia. HEX triplet: D3, 54 and CA. RGB value is (211,84,202). Sum of RGB (Red+Green+Blue) = 211+84+202=497 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.45% from 497); Green value is 84 (33.20% from 255 or 16.90% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 211 - color contains mainly: red. Hex color #D354CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D354CA is #2CAB35. Grayscale: #878787. Windows color (decimal): -2927414 or 13259987. OLE color: 13259987.

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

Color convert

RGB 211 84 202 -
CMYK 0 0.60 0.04 0.17
HSL 304.25º 0.59% 0.58% -
HSV(B) 304.25º 0.6% 0.83% -
XYZ 40.69 24.45 58.45 -
YUV 135.43 165.58 181.91 -
System Red Green Blue C M Y K H S L
Decimal 211 84 202 0 0.60 0.04 0.17 304.25 0.59 0.58
Hex D3 54 CA 0 3C 4 11 130 3B 3A
Octal 323 124 312 0 74 4 21 460 73 72
Binary 11010011 1010100 11001010 0 111100 100 10001 100110000 111011 111010

Color Harmonies of #D354CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D354CA

Black with #D354CA

Text Example


Text Example

White with #D354CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D354CA; }

 p { color: rgb(211,84,202); }

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

background-color css

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

 a { background-color: rgb(211,84,202); }

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

border-color css

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

 span { border-color: rgb(211,84,202); }

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