Html Css Color HEX #D454C0 Fuchsia

📋 copy color: '#D454C0'

red 212 ◦ green 84 ◦ blue 192

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

Shades of Fuchsia #D454C0

Tints of Fuchsia #D454C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.34%

R = 43.44%
G = 17.21%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D454C0 (or 0xD454C0) is known color: Fuchsia. HEX triplet: D4, 54 and C0. RGB value is (212,84,192). Sum of RGB (Red+Green+Blue) = 212+84+192=488 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.44% from 488); Green value is 84 (33.20% from 255 or 17.21% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 212 - color contains mainly: red. Hex color #D454C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D454C0 is #2BAB3F. Grayscale: #868686. Windows color (decimal): -2861888 or 12604628. OLE color: 12604628.

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

Color convert

RGB 212 84 192 -
CMYK 0 0.60 0.09 0.17
HSL 309.38º 0.6% 0.58% -
HSV(B) 309.38º 0.6% 0.83% -
XYZ 39.84 24.14 52.43 -
YUV 134.58 160.41 183.22 -
System Red Green Blue C M Y K H S L
Decimal 212 84 192 0 0.60 0.09 0.17 309.38 0.6 0.58
Hex D4 54 C0 0 3C 9 11 135 3C 3A
Octal 324 124 300 0 74 11 21 465 74 72
Binary 11010100 1010100 11000000 0 111100 1001 10001 100110101 111100 111010

Color Harmonies of #D454C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D454C0

Black with #D454C0

Text Example


Text Example

White with #D454C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D454C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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