Html Css Color HEX #D451B0 Fuchsia

📋 copy color: '#D451B0'

red 212 ◦ green 81 ◦ blue 176

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

Shades of Fuchsia #D451B0

Tints of Fuchsia #D451B0

RGB

 RED value IS 212 (83.2% from 255) = 45.2%

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

 BLUE value IS 176 (69.14% from 255) = 37.53%

R = 45.2%
G = 17.27%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#D451B0 (or 0xD451B0) is known color: Fuchsia. HEX triplet: D4, 51 and B0. RGB value is (212,81,176). Sum of RGB (Red+Green+Blue) = 212+81+176=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 81 (32.03% from 255 or 17.27% from 469); Blue value is 176 (69.14% from 255 or 37.53% from 469); Max value from RGB is 212 - color contains mainly: red. Hex color #D451B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D451B0 is #2BAE4F. Grayscale: #828282. Windows color (decimal): -2862672 or 11555284. OLE color: 11555284.

HSL color Cylindrical-coordinate representation of color #D451B0: hue angle of 316.49º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D451B0 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 81 176 -
CMYK 0 0.62 0.17 0.17
HSL 316.49º 0.6% 0.57% -
HSV(B) 316.49º 0.62% 0.83% -
XYZ 37.93 23.02 43.52 -
YUV 131 153.4 185.78 -
System Red Green Blue C M Y K H S L
Decimal 212 81 176 0 0.62 0.17 0.17 316.49 0.6 0.57
Hex D4 51 B0 0 3E 11 11 13C 3C 39
Octal 324 121 260 0 76 21 21 474 74 71
Binary 11010100 1010001 10110000 0 111110 10001 10001 100111100 111100 111001

Color Harmonies of #D451B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D451B0

Black with #D451B0

Text Example


Text Example

White with #D451B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D451B0; }

 p { color: rgb(212,81,176); }

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

background-color css

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

 a { background-color: rgb(212,81,176); }

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

border-color css

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

 span { border-color: rgb(212,81,176); }

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