Html Css Color HEX #D65DC1 Fuchsia

📋 copy color: '#D65DC1'

red 214 ◦ green 93 ◦ blue 193

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

Shades of Fuchsia #D65DC1

Tints of Fuchsia #D65DC1

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.6%

 BLUE value IS 193 (75.78% from 255) = 38.6%

R = 42.8%
G = 18.6%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D65DC1 (or 0xD65DC1) is known color: Fuchsia. HEX triplet: D6, 5D and C1. RGB value is (214,93,193). Sum of RGB (Red+Green+Blue) = 214+93+193=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 93 (36.72% from 255 or 18.6% from 500); Blue value is 193 (75.78% from 255 or 38.6% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D65DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65DC1 is #29A23E. Grayscale: #8C8C8C. Windows color (decimal): -2728511 or 12672470. OLE color: 12672470.

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

Color convert

RGB 214 93 193 -
CMYK 0 0.57 0.10 0.16
HSL 310.41º 0.6% 0.6% -
HSV(B) 310.41º 0.57% 0.84% -
XYZ 41.27 25.98 53.29 -
YUV 140.58 157.59 180.37 -
System Red Green Blue C M Y K H S L
Decimal 214 93 193 0 0.57 0.10 0.16 310.41 0.6 0.6
Hex D6 5D C1 0 39 A 10 136 3C 3C
Octal 326 135 301 0 71 12 20 466 74 74
Binary 11010110 1011101 11000001 0 111001 1010 10000 100110110 111100 111100

Color Harmonies of #D65DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65DC1

Black with #D65DC1

Text Example


Text Example

White with #D65DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65DC1; }

 p { color: rgb(214,93,193); }

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

background-color css

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

 a { background-color: rgb(214,93,193); }

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

border-color css

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

 span { border-color: rgb(214,93,193); }

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