Html Css Color HEX #D75EBD Fuchsia

📋 copy color: '#D75EBD'

red 215 ◦ green 94 ◦ blue 189

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

Shades of Fuchsia #D75EBD

Tints of Fuchsia #D75EBD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.88%

 BLUE value IS 189 (74.22% from 255) = 37.95%

R = 43.17%
G = 18.88%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D75EBD (or 0xD75EBD) is known color: Fuchsia. HEX triplet: D7, 5E and BD. RGB value is (215,94,189). Sum of RGB (Red+Green+Blue) = 215+94+189=498 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.17% from 498); Green value is 94 (37.11% from 255 or 18.88% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 215 - color contains mainly: red. Hex color #D75EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75EBD is #28A142. Grayscale: #8C8C8C. Windows color (decimal): -2662723 or 12410583. OLE color: 12410583.

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

Color convert

RGB 215 94 189 -
CMYK 0 0.56 0.12 0.16
HSL 312.89º 0.6% 0.61% -
HSV(B) 312.89º 0.56% 0.84% -
XYZ 41.21 26.13 51.01 -
YUV 141.01 155.09 180.78 -
System Red Green Blue C M Y K H S L
Decimal 215 94 189 0 0.56 0.12 0.16 312.89 0.6 0.61
Hex D7 5E BD 0 38 C 10 139 3C 3D
Octal 327 136 275 0 70 14 20 471 74 75
Binary 11010111 1011110 10111101 0 111000 1100 10000 100111001 111100 111101

Color Harmonies of #D75EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75EBD

Black with #D75EBD

Text Example


Text Example

White with #D75EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75EBD; }

 p { color: rgb(215,94,189); }

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

background-color css

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

 a { background-color: rgb(215,94,189); }

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

border-color css

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

 span { border-color: rgb(215,94,189); }

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