Html Css Color HEX #D93FB3 Fuchsia

📋 copy color: '#D93FB3'

red 217 ◦ green 63 ◦ blue 179

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

Shades of Fuchsia #D93FB3

Tints of Fuchsia #D93FB3

RGB

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

 GREEN value IS 63 (25% from 255) = 13.73%

 BLUE value IS 179 (70.31% from 255) = 39%

R = 47.28%
G = 13.73%
B = 39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D93FB3 (or 0xD93FB3) is known color: Fuchsia. HEX triplet: D9, 3F and B3. RGB value is (217,63,179). Sum of RGB (Red+Green+Blue) = 217+63+179=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 63 (25% from 255 or 13.73% from 459); Blue value is 179 (70.31% from 255 or 39.00% from 459); Max value from RGB is 217 - color contains mainly: red. Hex color #D93FB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93FB3 is #26C04C. Grayscale: #797979. Windows color (decimal): -2539597 or 11747289. OLE color: 11747289.

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

Color convert

RGB 217 63 179 -
CMYK 0 0.71 0.18 0.15
HSL 314.81º 0.67% 0.55% -
HSV(B) 314.81º 0.71% 0.85% -
XYZ 38.53 21.56 44.78 -
YUV 122.27 160.02 195.57 -
System Red Green Blue C M Y K H S L
Decimal 217 63 179 0 0.71 0.18 0.15 314.81 0.67 0.55
Hex D9 3F B3 0 47 12 F 13B 43 37
Octal 331 77 263 0 107 22 17 473 103 67
Binary 11011001 111111 10110011 0 1000111 10010 1111 100111011 1000011 110111

Color Harmonies of #D93FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93FB3

Black with #D93FB3

Text Example


Text Example

White with #D93FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93FB3; }

 p { color: rgb(217,63,179); }

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

background-color css

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

 a { background-color: rgb(217,63,179); }

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

border-color css

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

 span { border-color: rgb(217,63,179); }

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