Html Css Color HEX #D454B5 Fuchsia

📋 copy color: '#D454B5'

red 212 ◦ green 84 ◦ blue 181

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

Shades of Fuchsia #D454B5

Tints of Fuchsia #D454B5

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.61%

 BLUE value IS 181 (71.09% from 255) = 37.95%

R = 44.44%
G = 17.61%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.17

RGB Variations

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

Color information

#D454B5 (or 0xD454B5) is known color: Fuchsia. HEX triplet: D4, 54 and B5. RGB value is (212,84,181). Sum of RGB (Red+Green+Blue) = 212+84+181=477 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.44% from 477); Green value is 84 (33.20% from 255 or 17.61% from 477); Blue value is 181 (71.09% from 255 or 37.95% from 477); Max value from RGB is 212 - color contains mainly: red. Hex color #D454B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D454B5 is #2BAB4A. Grayscale: #858585. Windows color (decimal): -2861899 or 11883732. OLE color: 11883732.

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

Color convert

RGB 212 84 181 -
CMYK 0 0.60 0.15 0.17
HSL 314.53º 0.6% 0.58% -
HSV(B) 314.53º 0.6% 0.83% -
XYZ 38.66 23.67 46.25 -
YUV 133.33 154.91 184.11 -
System Red Green Blue C M Y K H S L
Decimal 212 84 181 0 0.60 0.15 0.17 314.53 0.6 0.58
Hex D4 54 B5 0 3C F 11 13B 3C 3A
Octal 324 124 265 0 74 17 21 473 74 72
Binary 11010100 1010100 10110101 0 111100 1111 10001 100111011 111100 111010

Color Harmonies of #D454B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D454B5

Black with #D454B5

Text Example


Text Example

White with #D454B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D454B5; }

 p { color: rgb(212,84,181); }

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

background-color css

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

 a { background-color: rgb(212,84,181); }

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

border-color css

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

 span { border-color: rgb(212,84,181); }

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