Html Css Color HEX #D75DBF Fuchsia

📋 copy color: '#D75DBF'

red 215 ◦ green 93 ◦ blue 191

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

Shades of Fuchsia #D75DBF

Tints of Fuchsia #D75DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.28%

R = 43.09%
G = 18.64%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D75DBF (or 0xD75DBF) is known color: Fuchsia. HEX triplet: D7, 5D and BF. RGB value is (215,93,191). Sum of RGB (Red+Green+Blue) = 215+93+191=499 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43.09% from 499); Green value is 93 (36.72% from 255 or 18.64% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 215 - color contains mainly: red. Hex color #D75DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75DBF is #28A240. Grayscale: #8C8C8C. Windows color (decimal): -2662977 or 12541399. OLE color: 12541399.

HSL color Cylindrical-coordinate representation of color #D75DBF: hue angle of 311.8º 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 #D75DBF is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 93 191 -
CMYK 0 0.57 0.11 0.16
HSL 311.8º 0.6% 0.6% -
HSV(B) 311.8º 0.57% 0.84% -
XYZ 41.34 26.04 52.14 -
YUV 140.65 156.42 181.03 -
System Red Green Blue C M Y K H S L
Decimal 215 93 191 0 0.57 0.11 0.16 311.8 0.6 0.6
Hex D7 5D BF 0 39 B 10 138 3C 3C
Octal 327 135 277 0 71 13 20 470 74 74
Binary 11010111 1011101 10111111 0 111001 1011 10000 100111000 111100 111100

Color Harmonies of #D75DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75DBF

Black with #D75DBF

Text Example


Text Example

White with #D75DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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