Html Css Color HEX #D551B6 Fuchsia

📋 copy color: '#D551B6'

red 213 ◦ green 81 ◦ blue 182

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

Shades of Fuchsia #D551B6

Tints of Fuchsia #D551B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 38.24%

R = 44.75%
G = 17.02%
B = 38.24%

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

#D551B6 (or 0xD551B6) is known color: Fuchsia. HEX triplet: D5, 51 and B6. RGB value is (213,81,182). Sum of RGB (Red+Green+Blue) = 213+81+182=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 81 (32.03% from 255 or 17.02% from 476); Blue value is 182 (71.48% from 255 or 38.24% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D551B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D551B6 is #2AAE49. Grayscale: #838383. Windows color (decimal): -2797130 or 11948501. OLE color: 11948501.

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

Color convert

RGB 213 81 182 -
CMYK 0 0.62 0.15 0.16
HSL 314.09º 0.61% 0.58% -
HSV(B) 314.09º 0.62% 0.84% -
XYZ 38.83 23.41 46.73 -
YUV 131.98 156.23 185.79 -
System Red Green Blue C M Y K H S L
Decimal 213 81 182 0 0.62 0.15 0.16 314.09 0.61 0.58
Hex D5 51 B6 0 3E F 10 13A 3D 3A
Octal 325 121 266 0 76 17 20 472 75 72
Binary 11010101 1010001 10110110 0 111110 1111 10000 100111010 111101 111010

Color Harmonies of #D551B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D551B6

Black with #D551B6

Text Example


Text Example

White with #D551B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D551B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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