Html Css Color HEX #D93DB5 Fuchsia

📋 copy color: '#D93DB5'

red 217 ◦ green 61 ◦ blue 181

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

Shades of Fuchsia #D93DB5

Tints of Fuchsia #D93DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.43%

R = 47.28%
G = 13.29%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D93DB5 (or 0xD93DB5) is known color: Fuchsia. HEX triplet: D9, 3D and B5. RGB value is (217,61,181). Sum of RGB (Red+Green+Blue) = 217+61+181=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 61 (24.22% from 255 or 13.29% from 459); Blue value is 181 (71.09% from 255 or 39.43% from 459); Max value from RGB is 217 - color contains mainly: red. Hex color #D93DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93DB5 is #26C24A. Grayscale: #787878. Windows color (decimal): -2540107 or 11877849. OLE color: 11877849.

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

Color convert

RGB 217 61 181 -
CMYK 0 0.72 0.17 0.15
HSL 313.85º 0.67% 0.55% -
HSV(B) 313.85º 0.72% 0.85% -
XYZ 38.62 21.43 45.82 -
YUV 121.32 161.68 196.24 -
System Red Green Blue C M Y K H S L
Decimal 217 61 181 0 0.72 0.17 0.15 313.85 0.67 0.55
Hex D9 3D B5 0 48 11 F 13A 43 37
Octal 331 75 265 0 110 21 17 472 103 67
Binary 11011001 111101 10110101 0 1001000 10001 1111 100111010 1000011 110111

Color Harmonies of #D93DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93DB5

Black with #D93DB5

Text Example


Text Example

White with #D93DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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