Html Css Color HEX #D75DB1 Fuchsia

📋 copy color: '#D75DB1'

red 215 ◦ green 93 ◦ blue 177

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

Shades of Fuchsia #D75DB1

Tints of Fuchsia #D75DB1

RGB

 RED value IS 215 (84.38% from 255) = 44.33%

 GREEN value IS 93 (36.72% from 255) = 19.18%

 BLUE value IS 177 (69.53% from 255) = 36.49%

R = 44.33%
G = 19.18%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D75DB1 (or 0xD75DB1) is known color: Fuchsia. HEX triplet: D7, 5D and B1. RGB value is (215,93,177). Sum of RGB (Red+Green+Blue) = 215+93+177=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 93 (36.72% from 255 or 19.18% from 485); Blue value is 177 (69.53% from 255 or 36.49% from 485); Max value from RGB is 215 - color contains mainly: red. Hex color #D75DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75DB1 is #28A24E. Grayscale: #8A8A8A. Windows color (decimal): -2662991 or 11623895. OLE color: 11623895.

HSL color Cylindrical-coordinate representation of color #D75DB1: hue angle of 318.69º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D75DB1 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 93 177 -
CMYK 0 0.57 0.18 0.16
HSL 318.69º 0.6% 0.6% -
HSV(B) 318.69º 0.57% 0.84% -
XYZ 39.87 25.45 44.41 -
YUV 139.05 149.42 182.17 -
System Red Green Blue C M Y K H S L
Decimal 215 93 177 0 0.57 0.18 0.16 318.69 0.6 0.6
Hex D7 5D B1 0 39 12 10 13F 3C 3C
Octal 327 135 261 0 71 22 20 477 74 74
Binary 11010111 1011101 10110001 0 111001 10010 10000 100111111 111100 111100

Color Harmonies of #D75DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75DB1

Black with #D75DB1

Text Example


Text Example

White with #D75DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75DB1; }

 p { color: rgb(215,93,177); }

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

background-color css

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

 a { background-color: rgb(215,93,177); }

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

border-color css

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

 span { border-color: rgb(215,93,177); }

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