Html Css Color HEX #D75EBA Fuchsia

📋 copy color: '#D75EBA'

red 215 ◦ green 94 ◦ blue 186

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

Shades of Fuchsia #D75EBA

Tints of Fuchsia #D75EBA

RGB

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

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

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

R = 43.43%
G = 18.99%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D75EBA (or 0xD75EBA) is known color: Fuchsia. HEX triplet: D7, 5E and BA. RGB value is (215,94,186). Sum of RGB (Red+Green+Blue) = 215+94+186=495 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.43% from 495); Green value is 94 (37.11% from 255 or 18.99% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 215 - color contains mainly: red. Hex color #D75EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75EBA is #28A145. Grayscale: #8C8C8C. Windows color (decimal): -2662726 or 12213975. OLE color: 12213975.

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

Color convert

RGB 215 94 186 -
CMYK 0 0.56 0.13 0.16
HSL 314.38º 0.6% 0.61% -
HSV(B) 314.38º 0.56% 0.84% -
XYZ 40.89 26 49.32 -
YUV 140.67 153.59 181.02 -
System Red Green Blue C M Y K H S L
Decimal 215 94 186 0 0.56 0.13 0.16 314.38 0.6 0.61
Hex D7 5E BA 0 38 D 10 13A 3C 3D
Octal 327 136 272 0 70 15 20 472 74 75
Binary 11010111 1011110 10111010 0 111000 1101 10000 100111010 111100 111101

Color Harmonies of #D75EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75EBA

Black with #D75EBA

Text Example


Text Example

White with #D75EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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