Html Css Color HEX #D93AB2 Fuchsia

📋 copy color: '#D93AB2'

red 217 ◦ green 58 ◦ blue 178

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

Shades of Fuchsia #D93AB2

Tints of Fuchsia #D93AB2

RGB

 RED value IS 217 (85.16% from 255) = 47.9%

 GREEN value IS 58 (23.05% from 255) = 12.8%

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

R = 47.9%
G = 12.8%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D93AB2 (or 0xD93AB2) is known color: Fuchsia. HEX triplet: D9, 3A and B2. RGB value is (217,58,178). Sum of RGB (Red+Green+Blue) = 217+58+178=453 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.90% from 453); Green value is 58 (23.05% from 255 or 12.80% from 453); Blue value is 178 (69.92% from 255 or 39.29% from 453); Max value from RGB is 217 - color contains mainly: red. Hex color #D93AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93AB2 is #26C54D. Grayscale: #767676. Windows color (decimal): -2540878 or 11680473. OLE color: 11680473.

HSL color Cylindrical-coordinate representation of color #D93AB2: hue angle of 314.72º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D93AB2 is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 58 178 -
CMYK 0 0.73 0.18 0.15
HSL 314.72º 0.68% 0.54% -
HSV(B) 314.72º 0.73% 0.85% -
XYZ 38.16 20.99 44.16 -
YUV 119.22 161.18 197.74 -
System Red Green Blue C M Y K H S L
Decimal 217 58 178 0 0.73 0.18 0.15 314.72 0.68 0.54
Hex D9 3A B2 0 49 12 F 13B 44 36
Octal 331 72 262 0 111 22 17 473 104 66
Binary 11011001 111010 10110010 0 1001001 10010 1111 100111011 1000100 110110

Color Harmonies of #D93AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93AB2

Black with #D93AB2

Text Example


Text Example

White with #D93AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93AB2; }

 p { color: rgb(217,58,178); }

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

background-color css

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

 a { background-color: rgb(217,58,178); }

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

border-color css

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

 span { border-color: rgb(217,58,178); }

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