Html Css Color HEX #D93DB4 Fuchsia

📋 copy color: '#D93DB4'

red 217 ◦ green 61 ◦ blue 180

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

Shades of Fuchsia #D93DB4

Tints of Fuchsia #D93DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 39.3%

R = 47.38%
G = 13.32%
B = 39.3%

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

#D93DB4 (or 0xD93DB4) is known color: Fuchsia. HEX triplet: D9, 3D and B4. RGB value is (217,61,180). Sum of RGB (Red+Green+Blue) = 217+61+180=458 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.38% from 458); Green value is 61 (24.22% from 255 or 13.32% from 458); Blue value is 180 (70.70% from 255 or 39.30% from 458); Max value from RGB is 217 - color contains mainly: red. Hex color #D93DB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93DB4 is #26C24B. Grayscale: #787878. Windows color (decimal): -2540108 or 11812313. OLE color: 11812313.

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

Color convert

RGB 217 61 180 -
CMYK 0 0.72 0.17 0.15
HSL 314.23º 0.67% 0.55% -
HSV(B) 314.23º 0.72% 0.85% -
XYZ 38.52 21.38 45.28 -
YUV 121.21 161.18 196.32 -
System Red Green Blue C M Y K H S L
Decimal 217 61 180 0 0.72 0.17 0.15 314.23 0.67 0.55
Hex D9 3D B4 0 48 11 F 13A 43 37
Octal 331 75 264 0 110 21 17 472 103 67
Binary 11011001 111101 10110100 0 1001000 10001 1111 100111010 1000011 110111

Color Harmonies of #D93DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93DB4

Black with #D93DB4

Text Example


Text Example

White with #D93DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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