Html Css Color HEX #D93DB7 Fuchsia

📋 copy color: '#D93DB7'

red 217 ◦ green 61 ◦ blue 183

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

Shades of Fuchsia #D93DB7

Tints of Fuchsia #D93DB7

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.23%

 BLUE value IS 183 (71.88% from 255) = 39.7%

R = 47.07%
G = 13.23%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D93DB7 (or 0xD93DB7) is known color: Fuchsia. HEX triplet: D9, 3D and B7. RGB value is (217,61,183). Sum of RGB (Red+Green+Blue) = 217+61+183=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 61 (24.22% from 255 or 13.23% from 461); Blue value is 183 (71.88% from 255 or 39.70% from 461); Max value from RGB is 217 - color contains mainly: red. Hex color #D93DB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93DB7 is #26C248. Grayscale: #797979. Windows color (decimal): -2540105 or 12008921. OLE color: 12008921.

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

Color convert

RGB 217 61 183 -
CMYK 0 0.72 0.16 0.15
HSL 313.08º 0.67% 0.55% -
HSV(B) 313.08º 0.72% 0.85% -
XYZ 38.83 21.51 46.9 -
YUV 121.55 162.68 196.08 -
System Red Green Blue C M Y K H S L
Decimal 217 61 183 0 0.72 0.16 0.15 313.08 0.67 0.55
Hex D9 3D B7 0 48 10 F 139 43 37
Octal 331 75 267 0 110 20 17 471 103 67
Binary 11011001 111101 10110111 0 1001000 10000 1111 100111001 1000011 110111

Color Harmonies of #D93DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93DB7

Black with #D93DB7

Text Example


Text Example

White with #D93DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93DB7; }

 p { color: rgb(217,61,183); }

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

background-color css

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

 a { background-color: rgb(217,61,183); }

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

border-color css

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

 span { border-color: rgb(217,61,183); }

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