Html Css Color HEX #D63DB2 Fuchsia

📋 copy color: '#D63DB2'

red 214 ◦ green 61 ◦ blue 178

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

Shades of Fuchsia #D63DB2

Tints of Fuchsia #D63DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.29%

R = 47.24%
G = 13.47%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D63DB2 (or 0xD63DB2) is known color: Fuchsia. HEX triplet: D6, 3D and B2. RGB value is (214,61,178). Sum of RGB (Red+Green+Blue) = 214+61+178=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 61 (24.22% from 255 or 13.47% from 453); Blue value is 178 (69.92% from 255 or 39.29% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D63DB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63DB2 is #29C24D. Grayscale: #777777. Windows color (decimal): -2736718 or 11681238. OLE color: 11681238.

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

Color convert

RGB 214 61 178 -
CMYK 0 0.71 0.17 0.16
HSL 314.12º 0.65% 0.54% -
HSV(B) 314.12º 0.71% 0.84% -
XYZ 37.44 20.85 44.17 -
YUV 120.09 160.69 194.99 -
System Red Green Blue C M Y K H S L
Decimal 214 61 178 0 0.71 0.17 0.16 314.12 0.65 0.54
Hex D6 3D B2 0 47 11 10 13A 41 36
Octal 326 75 262 0 107 21 20 472 101 66
Binary 11010110 111101 10110010 0 1000111 10001 10000 100111010 1000001 110110

Color Harmonies of #D63DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63DB2

Black with #D63DB2

Text Example


Text Example

White with #D63DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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