Html Css Color HEX #D93DB3 Fuchsia

📋 copy color: '#D93DB3'

red 217 ◦ green 61 ◦ blue 179

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

Shades of Fuchsia #D93DB3

Tints of Fuchsia #D93DB3

RGB

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

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

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

R = 47.48%
G = 13.35%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D93DB3 (or 0xD93DB3) is known color: Fuchsia. HEX triplet: D9, 3D and B3. RGB value is (217,61,179). Sum of RGB (Red+Green+Blue) = 217+61+179=457 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.48% from 457); Green value is 61 (24.22% from 255 or 13.35% from 457); Blue value is 179 (70.31% from 255 or 39.17% from 457); Max value from RGB is 217 - color contains mainly: red. Hex color #D93DB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93DB3 is #26C24C. Grayscale: #787878. Windows color (decimal): -2540109 or 11746777. OLE color: 11746777.

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

Color convert

RGB 217 61 179 -
CMYK 0 0.72 0.18 0.15
HSL 314.62º 0.67% 0.55% -
HSV(B) 314.62º 0.72% 0.85% -
XYZ 38.42 21.34 44.74 -
YUV 121.1 160.68 196.41 -
System Red Green Blue C M Y K H S L
Decimal 217 61 179 0 0.72 0.18 0.15 314.62 0.67 0.55
Hex D9 3D B3 0 48 12 F 13B 43 37
Octal 331 75 263 0 110 22 17 473 103 67
Binary 11011001 111101 10110011 0 1001000 10010 1111 100111011 1000011 110111

Color Harmonies of #D93DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93DB3

Black with #D93DB3

Text Example


Text Example

White with #D93DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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