Html Css Color HEX #D65DBF Fuchsia

📋 copy color: '#D65DBF'

red 214 ◦ green 93 ◦ blue 191

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

Shades of Fuchsia #D65DBF

Tints of Fuchsia #D65DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.35%

R = 42.97%
G = 18.67%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D65DBF (or 0xD65DBF) is known color: Fuchsia. HEX triplet: D6, 5D and BF. RGB value is (214,93,191). Sum of RGB (Red+Green+Blue) = 214+93+191=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 93 (36.72% from 255 or 18.67% from 498); Blue value is 191 (75% from 255 or 38.35% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D65DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65DBF is #29A240. Grayscale: #8C8C8C. Windows color (decimal): -2728513 or 12541398. OLE color: 12541398.

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

Color convert

RGB 214 93 191 -
CMYK 0 0.57 0.11 0.16
HSL 311.41º 0.6% 0.6% -
HSV(B) 311.41º 0.57% 0.84% -
XYZ 41.05 25.89 52.12 -
YUV 140.35 156.59 180.53 -
System Red Green Blue C M Y K H S L
Decimal 214 93 191 0 0.57 0.11 0.16 311.41 0.6 0.6
Hex D6 5D BF 0 39 B 10 137 3C 3C
Octal 326 135 277 0 71 13 20 467 74 74
Binary 11010110 1011101 10111111 0 111001 1011 10000 100110111 111100 111100

Color Harmonies of #D65DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65DBF

Black with #D65DBF

Text Example


Text Example

White with #D65DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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