Html Css Color HEX #D551B2 Fuchsia

📋 copy color: '#D551B2'

red 213 ◦ green 81 ◦ blue 178

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

Shades of Fuchsia #D551B2

Tints of Fuchsia #D551B2

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.16%

 BLUE value IS 178 (69.92% from 255) = 37.71%

R = 45.13%
G = 17.16%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D551B2 (or 0xD551B2) is known color: Fuchsia. HEX triplet: D5, 51 and B2. RGB value is (213,81,178). Sum of RGB (Red+Green+Blue) = 213+81+178=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 81 (32.03% from 255 or 17.16% from 472); Blue value is 178 (69.92% from 255 or 37.71% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D551B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D551B2 is #2AAE4D. Grayscale: #838383. Windows color (decimal): -2797134 or 11686357. OLE color: 11686357.

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

Color convert

RGB 213 81 178 -
CMYK 0 0.62 0.16 0.16
HSL 315.91º 0.61% 0.58% -
HSV(B) 315.91º 0.62% 0.84% -
XYZ 38.42 23.25 44.58 -
YUV 131.53 154.23 186.11 -
System Red Green Blue C M Y K H S L
Decimal 213 81 178 0 0.62 0.16 0.16 315.91 0.61 0.58
Hex D5 51 B2 0 3E 10 10 13C 3D 3A
Octal 325 121 262 0 76 20 20 474 75 72
Binary 11010101 1010001 10110010 0 111110 10000 10000 100111100 111101 111010

Color Harmonies of #D551B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D551B2

Black with #D551B2

Text Example


Text Example

White with #D551B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D551B2; }

 p { color: rgb(213,81,178); }

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

background-color css

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

 a { background-color: rgb(213,81,178); }

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

border-color css

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

 span { border-color: rgb(213,81,178); }

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