Html Css Color HEX #D54CBE Fuchsia

📋 copy color: '#D54CBE'

red 213 ◦ green 76 ◦ blue 190

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

Shades of Fuchsia #D54CBE

Tints of Fuchsia #D54CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.67%

R = 44.47%
G = 15.87%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D54CBE (or 0xD54CBE) is known color: Fuchsia. HEX triplet: D5, 4C and BE. RGB value is (213,76,190). Sum of RGB (Red+Green+Blue) = 213+76+190=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 76 (30.08% from 255 or 15.87% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D54CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54CBE is #2AB341. Grayscale: #818181. Windows color (decimal): -2798402 or 12471509. OLE color: 12471509.

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

Color convert

RGB 213 76 190 -
CMYK 0 0.64 0.11 0.16
HSL 310.07º 0.62% 0.57% -
HSV(B) 310.07º 0.64% 0.84% -
XYZ 39.32 23.03 51.09 -
YUV 129.96 161.89 187.23 -
System Red Green Blue C M Y K H S L
Decimal 213 76 190 0 0.64 0.11 0.16 310.07 0.62 0.57
Hex D5 4C BE 0 40 B 10 136 3E 39
Octal 325 114 276 0 100 13 20 466 76 71
Binary 11010101 1001100 10111110 0 1000000 1011 10000 100110110 111110 111001

Color Harmonies of #D54CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54CBE

Black with #D54CBE

Text Example


Text Example

White with #D54CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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