Html Css Color HEX #D550B4 Fuchsia

📋 copy color: '#D550B4'

red 213 ◦ green 80 ◦ blue 180

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

Shades of Fuchsia #D550B4

Tints of Fuchsia #D550B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 38.05%

R = 45.03%
G = 16.91%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D550B4 (or 0xD550B4) is known color: Fuchsia. HEX triplet: D5, 50 and B4. RGB value is (213,80,180). Sum of RGB (Red+Green+Blue) = 213+80+180=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 80 (31.64% from 255 or 16.91% from 473); Blue value is 180 (70.70% from 255 or 38.05% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D550B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D550B4 is #2AAF4B. Grayscale: #828282. Windows color (decimal): -2797388 or 11817173. OLE color: 11817173.

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

Color convert

RGB 213 80 180 -
CMYK 0 0.62 0.15 0.16
HSL 314.89º 0.61% 0.57% -
HSV(B) 314.89º 0.62% 0.84% -
XYZ 38.55 23.18 45.62 -
YUV 131.17 155.56 186.37 -
System Red Green Blue C M Y K H S L
Decimal 213 80 180 0 0.62 0.15 0.16 314.89 0.61 0.57
Hex D5 50 B4 0 3E F 10 13B 3D 39
Octal 325 120 264 0 76 17 20 473 75 71
Binary 11010101 1010000 10110100 0 111110 1111 10000 100111011 111101 111001

Color Harmonies of #D550B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D550B4

Black with #D550B4

Text Example


Text Example

White with #D550B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D550B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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