Html Css Color HEX #D54BB2 Fuchsia

📋 copy color: '#D54BB2'

red 213 ◦ green 75 ◦ blue 178

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

Shades of Fuchsia #D54BB2

Tints of Fuchsia #D54BB2

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.09%

 BLUE value IS 178 (69.92% from 255) = 38.2%

R = 45.71%
G = 16.09%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D54BB2 (or 0xD54BB2) is known color: Fuchsia. HEX triplet: D5, 4B and B2. RGB value is (213,75,178). Sum of RGB (Red+Green+Blue) = 213+75+178=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 75 (29.69% from 255 or 16.09% from 466); Blue value is 178 (69.92% from 255 or 38.20% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D54BB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54BB2 is #2AB44D. Grayscale: #7F7F7F. Windows color (decimal): -2798670 or 11684821. OLE color: 11684821.

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

Color convert

RGB 213 75 178 -
CMYK 0 0.65 0.16 0.16
HSL 315.22º 0.62% 0.56% -
HSV(B) 315.22º 0.65% 0.84% -
XYZ 37.99 22.39 44.44 -
YUV 128 156.22 188.62 -
System Red Green Blue C M Y K H S L
Decimal 213 75 178 0 0.65 0.16 0.16 315.22 0.62 0.56
Hex D5 4B B2 0 41 10 10 13B 3E 38
Octal 325 113 262 0 101 20 20 473 76 70
Binary 11010101 1001011 10110010 0 1000001 10000 10000 100111011 111110 111000

Color Harmonies of #D54BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54BB2

Black with #D54BB2

Text Example


Text Example

White with #D54BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54BB2; }

 p { color: rgb(213,75,178); }

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

background-color css

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

 a { background-color: rgb(213,75,178); }

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

border-color css

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

 span { border-color: rgb(213,75,178); }

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