Html Css Color HEX #D550C0 Fuchsia

📋 copy color: '#D550C0'

red 213 ◦ green 80 ◦ blue 192

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

Shades of Fuchsia #D550C0

Tints of Fuchsia #D550C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.59%

R = 43.92%
G = 16.49%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D550C0 (or 0xD550C0) is known color: Fuchsia. HEX triplet: D5, 50 and C0. RGB value is (213,80,192). Sum of RGB (Red+Green+Blue) = 213+80+192=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 80 (31.64% from 255 or 16.49% from 485); Blue value is 192 (75.39% from 255 or 39.59% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D550C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D550C0 is #2AAF3F. Grayscale: #848484. Windows color (decimal): -2797376 or 12603605. OLE color: 12603605.

HSL color Cylindrical-coordinate representation of color #D550C0: hue angle of 309.47º 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 #D550C0 is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 80 192 -
CMYK 0 0.62 0.10 0.16
HSL 309.47º 0.61% 0.57% -
HSV(B) 309.47º 0.62% 0.84% -
XYZ 39.82 23.69 52.34 -
YUV 132.54 161.56 185.39 -
System Red Green Blue C M Y K H S L
Decimal 213 80 192 0 0.62 0.10 0.16 309.47 0.61 0.57
Hex D5 50 C0 0 3E A 10 135 3D 39
Octal 325 120 300 0 76 12 20 465 75 71
Binary 11010101 1010000 11000000 0 111110 1010 10000 100110101 111101 111001

Color Harmonies of #D550C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D550C0

Black with #D550C0

Text Example


Text Example

White with #D550C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D550C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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