Html Css Color HEX #D63DB8 Fuchsia

📋 copy color: '#D63DB8'

red 214 ◦ green 61 ◦ blue 184

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

Shades of Fuchsia #D63DB8

Tints of Fuchsia #D63DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40.09%

R = 46.62%
G = 13.29%
B = 40.09%

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

#D63DB8 (or 0xD63DB8) is known color: Fuchsia. HEX triplet: D6, 3D and B8. RGB value is (214,61,184). Sum of RGB (Red+Green+Blue) = 214+61+184=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 61 (24.22% from 255 or 13.29% from 459); Blue value is 184 (72.27% from 255 or 40.09% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D63DB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63DB8 is #29C247. Grayscale: #787878. Windows color (decimal): -2736712 or 12074454. OLE color: 12074454.

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

Color convert

RGB 214 61 184 -
CMYK 0 0.71 0.14 0.16
HSL 311.76º 0.65% 0.54% -
HSV(B) 311.76º 0.71% 0.84% -
XYZ 38.05 21.09 47.41 -
YUV 120.77 163.69 194.5 -
System Red Green Blue C M Y K H S L
Decimal 214 61 184 0 0.71 0.14 0.16 311.76 0.65 0.54
Hex D6 3D B8 0 47 E 10 138 41 36
Octal 326 75 270 0 107 16 20 470 101 66
Binary 11010110 111101 10111000 0 1000111 1110 10000 100111000 1000001 110110

Color Harmonies of #D63DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63DB8

Black with #D63DB8

Text Example


Text Example

White with #D63DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63DB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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