Html Css Color HEX #D75DB9 Fuchsia

📋 copy color: '#D75DB9'

red 215 ◦ green 93 ◦ blue 185

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

Shades of Fuchsia #D75DB9

Tints of Fuchsia #D75DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.53%

R = 43.61%
G = 18.86%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D75DB9 (or 0xD75DB9) is known color: Fuchsia. HEX triplet: D7, 5D and B9. RGB value is (215,93,185). Sum of RGB (Red+Green+Blue) = 215+93+185=493 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.61% from 493); Green value is 93 (36.72% from 255 or 18.86% from 493); Blue value is 185 (72.66% from 255 or 37.53% from 493); Max value from RGB is 215 - color contains mainly: red. Hex color #D75DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75DB9 is #28A246. Grayscale: #8B8B8B. Windows color (decimal): -2662983 or 12148183. OLE color: 12148183.

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

Color convert

RGB 215 93 185 -
CMYK 0 0.57 0.14 0.16
HSL 314.75º 0.6% 0.6% -
HSV(B) 314.75º 0.57% 0.84% -
XYZ 40.7 25.78 48.73 -
YUV 139.97 153.42 181.52 -
System Red Green Blue C M Y K H S L
Decimal 215 93 185 0 0.57 0.14 0.16 314.75 0.6 0.6
Hex D7 5D B9 0 39 E 10 13B 3C 3C
Octal 327 135 271 0 71 16 20 473 74 74
Binary 11010111 1011101 10111001 0 111001 1110 10000 100111011 111100 111100

Color Harmonies of #D75DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75DB9

Black with #D75DB9

Text Example


Text Example

White with #D75DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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