Html Css Color HEX #D75DBA Fuchsia

📋 copy color: '#D75DBA'

red 215 ◦ green 93 ◦ blue 186

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

Shades of Fuchsia #D75DBA

Tints of Fuchsia #D75DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.65%

R = 43.52%
G = 18.83%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D75DBA (or 0xD75DBA) is known color: Fuchsia. HEX triplet: D7, 5D and BA. RGB value is (215,93,186). Sum of RGB (Red+Green+Blue) = 215+93+186=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 93 (36.72% from 255 or 18.83% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 215 - color contains mainly: red. Hex color #D75DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75DBA is #28A245. Grayscale: #8B8B8B. Windows color (decimal): -2662982 or 12213719. OLE color: 12213719.

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

Color convert

RGB 215 93 186 -
CMYK 0 0.57 0.13 0.16
HSL 314.26º 0.6% 0.6% -
HSV(B) 314.26º 0.57% 0.84% -
XYZ 40.8 25.82 49.29 -
YUV 140.08 153.92 181.44 -
System Red Green Blue C M Y K H S L
Decimal 215 93 186 0 0.57 0.13 0.16 314.26 0.6 0.6
Hex D7 5D BA 0 39 D 10 13A 3C 3C
Octal 327 135 272 0 71 15 20 472 74 74
Binary 11010111 1011101 10111010 0 111001 1101 10000 100111010 111100 111100

Color Harmonies of #D75DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75DBA

Black with #D75DBA

Text Example


Text Example

White with #D75DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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