Html Css Color HEX #D54CC4 Fuchsia

📋 copy color: '#D54CC4'

red 213 ◦ green 76 ◦ blue 196

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

Shades of Fuchsia #D54CC4

Tints of Fuchsia #D54CC4

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.67%

 BLUE value IS 196 (76.95% from 255) = 40.41%

R = 43.92%
G = 15.67%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D54CC4 (or 0xD54CC4) is known color: Fuchsia. HEX triplet: D5, 4C and C4. RGB value is (213,76,196). Sum of RGB (Red+Green+Blue) = 213+76+196=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 76 (30.08% from 255 or 15.67% from 485); Blue value is 196 (76.95% from 255 or 40.41% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D54CC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54CC4 is #2AB33B. Grayscale: #828282. Windows color (decimal): -2798396 or 12864725. OLE color: 12864725.

HSL color Cylindrical-coordinate representation of color #D54CC4: hue angle of 307.45º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D54CC4 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 76 196 -
CMYK 0 0.64 0.08 0.16
HSL 307.45º 0.62% 0.57% -
HSV(B) 307.45º 0.64% 0.84% -
XYZ 39.99 23.3 54.61 -
YUV 130.64 164.89 186.74 -
System Red Green Blue C M Y K H S L
Decimal 213 76 196 0 0.64 0.08 0.16 307.45 0.62 0.57
Hex D5 4C C4 0 40 8 10 133 3E 39
Octal 325 114 304 0 100 10 20 463 76 71
Binary 11010101 1001100 11000100 0 1000000 1000 10000 100110011 111110 111001

Color Harmonies of #D54CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54CC4

Black with #D54CC4

Text Example


Text Example

White with #D54CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54CC4; }

 p { color: rgb(213,76,196); }

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

background-color css

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

 a { background-color: rgb(213,76,196); }

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

border-color css

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

 span { border-color: rgb(213,76,196); }

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