Html Css Color HEX #D350CA Fuchsia

📋 copy color: '#D350CA'

red 211 ◦ green 80 ◦ blue 202

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

Shades of Fuchsia #D350CA

Tints of Fuchsia #D350CA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.23%

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

R = 42.8%
G = 16.23%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D350CA (or 0xD350CA) is known color: Fuchsia. HEX triplet: D3, 50 and CA. RGB value is (211,80,202). Sum of RGB (Red+Green+Blue) = 211+80+202=493 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.80% from 493); Green value is 80 (31.64% from 255 or 16.23% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 211 - color contains mainly: red. Hex color #D350CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D350CA is #2CAF35. Grayscale: #848484. Windows color (decimal): -2928438 or 13258963. OLE color: 13258963.

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

Color convert

RGB 211 80 202 -
CMYK 0 0.62 0.04 0.17
HSL 304.12º 0.6% 0.57% -
HSV(B) 304.12º 0.62% 0.83% -
XYZ 40.39 23.85 58.35 -
YUV 133.08 166.9 183.58 -
System Red Green Blue C M Y K H S L
Decimal 211 80 202 0 0.62 0.04 0.17 304.12 0.6 0.57
Hex D3 50 CA 0 3E 4 11 130 3C 39
Octal 323 120 312 0 76 4 21 460 74 71
Binary 11010011 1010000 11001010 0 111110 100 10001 100110000 111100 111001

Color Harmonies of #D350CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D350CA

Black with #D350CA

Text Example


Text Example

White with #D350CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D350CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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