Html Css Color HEX #D74EBE Fuchsia

📋 copy color: '#D74EBE'

red 215 ◦ green 78 ◦ blue 190

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

Shades of Fuchsia #D74EBE

Tints of Fuchsia #D74EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.34%

R = 44.51%
G = 16.15%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D74EBE (or 0xD74EBE) is known color: Fuchsia. HEX triplet: D7, 4E and BE. RGB value is (215,78,190). Sum of RGB (Red+Green+Blue) = 215+78+190=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 78 (30.86% from 255 or 16.15% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 215 - color contains mainly: red. Hex color #D74EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74EBE is #28B141. Grayscale: #838383. Windows color (decimal): -2666818 or 12472023. OLE color: 12472023.

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

Color convert

RGB 215 78 190 -
CMYK 0 0.64 0.12 0.16
HSL 310.95º 0.63% 0.57% -
HSV(B) 310.95º 0.64% 0.84% -
XYZ 40.04 23.61 51.16 -
YUV 131.73 160.89 187.39 -
System Red Green Blue C M Y K H S L
Decimal 215 78 190 0 0.64 0.12 0.16 310.95 0.63 0.57
Hex D7 4E BE 0 40 C 10 137 3F 39
Octal 327 116 276 0 100 14 20 467 77 71
Binary 11010111 1001110 10111110 0 1000000 1100 10000 100110111 111111 111001

Color Harmonies of #D74EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74EBE

Black with #D74EBE

Text Example


Text Example

White with #D74EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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