Html Css Color HEX #D550C3 Fuchsia

📋 copy color: '#D550C3'

red 213 ◦ green 80 ◦ blue 195

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

Shades of Fuchsia #D550C3

Tints of Fuchsia #D550C3

RGB

 RED value IS 213 (83.59% from 255) = 43.65%

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

 BLUE value IS 195 (76.56% from 255) = 39.96%

R = 43.65%
G = 16.39%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D550C3 (or 0xD550C3) is known color: Fuchsia. HEX triplet: D5, 50 and C3. RGB value is (213,80,195). Sum of RGB (Red+Green+Blue) = 213+80+195=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 80 (31.64% from 255 or 16.39% from 488); Blue value is 195 (76.56% from 255 or 39.96% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D550C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D550C3 is #2AAF3C. Grayscale: #848484. Windows color (decimal): -2797373 or 12800213. OLE color: 12800213.

HSL color Cylindrical-coordinate representation of color #D550C3: hue angle of 308.12º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D550C3 is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 80 195 -
CMYK 0 0.62 0.08 0.16
HSL 308.12º 0.61% 0.57% -
HSV(B) 308.12º 0.62% 0.84% -
XYZ 40.16 23.82 54.11 -
YUV 132.88 163.06 185.15 -
System Red Green Blue C M Y K H S L
Decimal 213 80 195 0 0.62 0.08 0.16 308.12 0.61 0.57
Hex D5 50 C3 0 3E 8 10 134 3D 39
Octal 325 120 303 0 76 10 20 464 75 71
Binary 11010101 1010000 11000011 0 111110 1000 10000 100110100 111101 111001

Color Harmonies of #D550C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D550C3

Black with #D550C3

Text Example


Text Example

White with #D550C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D550C3; }

 p { color: rgb(213,80,195); }

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

background-color css

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

 a { background-color: rgb(213,80,195); }

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

border-color css

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

 span { border-color: rgb(213,80,195); }

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