Html Css Color HEX #D93AB6 Fuchsia

📋 copy color: '#D93AB6'

red 217 ◦ green 58 ◦ blue 182

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

Shades of Fuchsia #D93AB6

Tints of Fuchsia #D93AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 39.82%

R = 47.48%
G = 12.69%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D93AB6 (or 0xD93AB6) is known color: Fuchsia. HEX triplet: D9, 3A and B6. RGB value is (217,58,182). Sum of RGB (Red+Green+Blue) = 217+58+182=457 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.48% from 457); Green value is 58 (23.05% from 255 or 12.69% from 457); Blue value is 182 (71.48% from 255 or 39.82% from 457); Max value from RGB is 217 - color contains mainly: red. Hex color #D93AB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93AB6 is #26C549. Grayscale: #777777. Windows color (decimal): -2540874 or 11942617. OLE color: 11942617.

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

Color convert

RGB 217 58 182 -
CMYK 0 0.73 0.16 0.15
HSL 313.21º 0.68% 0.54% -
HSV(B) 313.21º 0.73% 0.85% -
XYZ 38.57 21.16 46.31 -
YUV 119.68 163.18 197.42 -
System Red Green Blue C M Y K H S L
Decimal 217 58 182 0 0.73 0.16 0.15 313.21 0.68 0.54
Hex D9 3A B6 0 49 10 F 139 44 36
Octal 331 72 266 0 111 20 17 471 104 66
Binary 11011001 111010 10110110 0 1001001 10000 1111 100111001 1000100 110110

Color Harmonies of #D93AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93AB6

Black with #D93AB6

Text Example


Text Example

White with #D93AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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