Html Css Color HEX #D63DB9 Fuchsia

📋 copy color: '#D63DB9'

red 214 ◦ green 61 ◦ blue 185

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

Shades of Fuchsia #D63DB9

Tints of Fuchsia #D63DB9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.26%

 BLUE value IS 185 (72.66% from 255) = 40.22%

R = 46.52%
G = 13.26%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D63DB9 (or 0xD63DB9) is known color: Fuchsia. HEX triplet: D6, 3D and B9. RGB value is (214,61,185). Sum of RGB (Red+Green+Blue) = 214+61+185=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 61 (24.22% from 255 or 13.26% from 460); Blue value is 185 (72.66% from 255 or 40.22% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D63DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63DB9 is #29C246. Grayscale: #787878. Windows color (decimal): -2736711 or 12139990. OLE color: 12139990.

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

Color convert

RGB 214 61 185 -
CMYK 0 0.71 0.14 0.16
HSL 311.37º 0.65% 0.54% -
HSV(B) 311.37º 0.71% 0.84% -
XYZ 38.16 21.14 47.97 -
YUV 120.88 164.19 194.42 -
System Red Green Blue C M Y K H S L
Decimal 214 61 185 0 0.71 0.14 0.16 311.37 0.65 0.54
Hex D6 3D B9 0 47 E 10 137 41 36
Octal 326 75 271 0 107 16 20 467 101 66
Binary 11010110 111101 10111001 0 1000111 1110 10000 100110111 1000001 110110

Color Harmonies of #D63DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63DB9

Black with #D63DB9

Text Example


Text Example

White with #D63DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63DB9; }

 p { color: rgb(214,61,185); }

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

background-color css

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

 a { background-color: rgb(214,61,185); }

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

border-color css

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

 span { border-color: rgb(214,61,185); }

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