Html Css Color HEX #D54CC2 Fuchsia

📋 copy color: '#D54CC2'

red 213 ◦ green 76 ◦ blue 194

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

Shades of Fuchsia #D54CC2

Tints of Fuchsia #D54CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 40.17%

R = 44.1%
G = 15.73%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D54CC2 (or 0xD54CC2) is known color: Fuchsia. HEX triplet: D5, 4C and C2. RGB value is (213,76,194). Sum of RGB (Red+Green+Blue) = 213+76+194=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 76 (30.08% from 255 or 15.73% from 483); Blue value is 194 (76.17% from 255 or 40.17% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D54CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54CC2 is #2AB33D. Grayscale: #828282. Windows color (decimal): -2798398 or 12733653. OLE color: 12733653.

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

Color convert

RGB 213 76 194 -
CMYK 0 0.64 0.09 0.16
HSL 308.32º 0.62% 0.57% -
HSV(B) 308.32º 0.64% 0.84% -
XYZ 39.76 23.21 53.42 -
YUV 130.42 163.89 186.91 -
System Red Green Blue C M Y K H S L
Decimal 213 76 194 0 0.64 0.09 0.16 308.32 0.62 0.57
Hex D5 4C C2 0 40 9 10 134 3E 39
Octal 325 114 302 0 100 11 20 464 76 71
Binary 11010101 1001100 11000010 0 1000000 1001 10000 100110100 111110 111001

Color Harmonies of #D54CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54CC2

Black with #D54CC2

Text Example


Text Example

White with #D54CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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