Html Css Color HEX #D54CC7 Fuchsia

📋 copy color: '#D54CC7'

red 213 ◦ green 76 ◦ blue 199

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

Shades of Fuchsia #D54CC7

Tints of Fuchsia #D54CC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.78%

R = 43.65%
G = 15.57%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D54CC7 (or 0xD54CC7) is known color: Fuchsia. HEX triplet: D5, 4C and C7. RGB value is (213,76,199). Sum of RGB (Red+Green+Blue) = 213+76+199=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 76 (30.08% from 255 or 15.57% from 488); Blue value is 199 (78.12% from 255 or 40.78% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D54CC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54CC7 is #2AB338. Grayscale: #828282. Windows color (decimal): -2798393 or 13061333. OLE color: 13061333.

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

Color convert

RGB 213 76 199 -
CMYK 0 0.64 0.07 0.16
HSL 306.13º 0.62% 0.57% -
HSV(B) 306.13º 0.64% 0.84% -
XYZ 40.33 23.44 56.43 -
YUV 130.99 166.39 186.5 -
System Red Green Blue C M Y K H S L
Decimal 213 76 199 0 0.64 0.07 0.16 306.13 0.62 0.57
Hex D5 4C C7 0 40 7 10 132 3E 39
Octal 325 114 307 0 100 7 20 462 76 71
Binary 11010101 1001100 11000111 0 1000000 111 10000 100110010 111110 111001

Color Harmonies of #D54CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54CC7

Black with #D54CC7

Text Example


Text Example

White with #D54CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54CC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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