Html Css Color HEX #D451B3 Fuchsia

📋 copy color: '#D451B3'

red 212 ◦ green 81 ◦ blue 179

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

Shades of Fuchsia #D451B3

Tints of Fuchsia #D451B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.92%

R = 44.92%
G = 17.16%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.17

RGB Variations

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

Color information

#D451B3 (or 0xD451B3) is known color: Fuchsia. HEX triplet: D4, 51 and B3. RGB value is (212,81,179). Sum of RGB (Red+Green+Blue) = 212+81+179=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 81 (32.03% from 255 or 17.16% from 472); Blue value is 179 (70.31% from 255 or 37.92% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D451B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D451B3 is #2BAE4C. Grayscale: #838383. Windows color (decimal): -2862669 or 11751892. OLE color: 11751892.

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

Color convert

RGB 212 81 179 -
CMYK 0 0.62 0.16 0.17
HSL 315.11º 0.6% 0.57% -
HSV(B) 315.11º 0.62% 0.83% -
XYZ 38.23 23.14 45.1 -
YUV 131.34 154.9 185.53 -
System Red Green Blue C M Y K H S L
Decimal 212 81 179 0 0.62 0.16 0.17 315.11 0.6 0.57
Hex D4 51 B3 0 3E 10 11 13B 3C 39
Octal 324 121 263 0 76 20 21 473 74 71
Binary 11010100 1010001 10110011 0 111110 10000 10001 100111011 111100 111001

Color Harmonies of #D451B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D451B3

Black with #D451B3

Text Example


Text Example

White with #D451B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D451B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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