Html Css Color HEX #D54CAF Fuchsia

📋 copy color: '#D54CAF'

red 213 ◦ green 76 ◦ blue 175

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

Shades of Fuchsia #D54CAF

Tints of Fuchsia #D54CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.72%

R = 45.91%
G = 16.38%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D54CAF (or 0xD54CAF) is known color: Fuchsia. HEX triplet: D5, 4C and AF. RGB value is (213,76,175). Sum of RGB (Red+Green+Blue) = 213+76+175=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 76 (30.08% from 255 or 16.38% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D54CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54CAF is #2AB350. Grayscale: #7F7F7F. Windows color (decimal): -2798417 or 11488469. OLE color: 11488469.

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

Color convert

RGB 213 76 175 -
CMYK 0 0.64 0.18 0.16
HSL 316.64º 0.62% 0.57% -
HSV(B) 316.64º 0.64% 0.84% -
XYZ 37.76 22.41 42.89 -
YUV 128.25 154.39 188.45 -
System Red Green Blue C M Y K H S L
Decimal 213 76 175 0 0.64 0.18 0.16 316.64 0.62 0.57
Hex D5 4C AF 0 40 12 10 13D 3E 39
Octal 325 114 257 0 100 22 20 475 76 71
Binary 11010101 1001100 10101111 0 1000000 10010 10000 100111101 111110 111001

Color Harmonies of #D54CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54CAF

Black with #D54CAF

Text Example


Text Example

White with #D54CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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