Html Css Color HEX #D65EB7 Fuchsia

📋 copy color: '#D65EB7'

red 214 ◦ green 94 ◦ blue 183

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

Shades of Fuchsia #D65EB7

Tints of Fuchsia #D65EB7

RGB

 RED value IS 214 (83.98% from 255) = 43.58%

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

 BLUE value IS 183 (71.88% from 255) = 37.27%

R = 43.58%
G = 19.14%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D65EB7 (or 0xD65EB7) is known color: Fuchsia. HEX triplet: D6, 5E and B7. RGB value is (214,94,183). Sum of RGB (Red+Green+Blue) = 214+94+183=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 94 (37.11% from 255 or 19.14% from 491); Blue value is 183 (71.88% from 255 or 37.27% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D65EB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65EB7 is #29A148. Grayscale: #8B8B8B. Windows color (decimal): -2728265 or 12017366. OLE color: 12017366.

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

Color convert

RGB 214 94 183 -
CMYK 0 0.56 0.14 0.16
HSL 315.5º 0.59% 0.6% -
HSV(B) 315.5º 0.56% 0.84% -
XYZ 40.28 25.72 47.64 -
YUV 140.03 152.26 180.76 -
System Red Green Blue C M Y K H S L
Decimal 214 94 183 0 0.56 0.14 0.16 315.5 0.59 0.6
Hex D6 5E B7 0 38 E 10 13C 3B 3C
Octal 326 136 267 0 70 16 20 474 73 74
Binary 11010110 1011110 10110111 0 111000 1110 10000 100111100 111011 111100

Color Harmonies of #D65EB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65EB7

Black with #D65EB7

Text Example


Text Example

White with #D65EB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65EB7; }

 p { color: rgb(214,94,183); }

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

background-color css

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

 a { background-color: rgb(214,94,183); }

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

border-color css

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

 span { border-color: rgb(214,94,183); }

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