Html Css Color HEX #D74EBA Fuchsia

📋 copy color: '#D74EBA'

red 215 ◦ green 78 ◦ blue 186

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

Shades of Fuchsia #D74EBA

Tints of Fuchsia #D74EBA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.28%

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

R = 44.89%
G = 16.28%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D74EBA (or 0xD74EBA) is known color: Fuchsia. HEX triplet: D7, 4E and BA. RGB value is (215,78,186). Sum of RGB (Red+Green+Blue) = 215+78+186=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 78 (30.86% from 255 or 16.28% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 215 - color contains mainly: red. Hex color #D74EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74EBA is #28B145. Grayscale: #828282. Windows color (decimal): -2666822 or 12209879. OLE color: 12209879.

HSL color Cylindrical-coordinate representation of color #D74EBA: hue angle of 312.7º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D74EBA is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 78 186 -
CMYK 0 0.64 0.13 0.16
HSL 312.7º 0.63% 0.57% -
HSV(B) 312.7º 0.64% 0.84% -
XYZ 39.61 23.44 48.89 -
YUV 131.28 158.89 187.72 -
System Red Green Blue C M Y K H S L
Decimal 215 78 186 0 0.64 0.13 0.16 312.7 0.63 0.57
Hex D7 4E BA 0 40 D 10 139 3F 39
Octal 327 116 272 0 100 15 20 471 77 71
Binary 11010111 1001110 10111010 0 1000000 1101 10000 100111001 111111 111001

Color Harmonies of #D74EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74EBA

Black with #D74EBA

Text Example


Text Example

White with #D74EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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