Html Css Color HEX #D63CB3 Fuchsia

📋 copy color: '#D63CB3'

red 214 ◦ green 60 ◦ blue 179

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

Shades of Fuchsia #D63CB3

Tints of Fuchsia #D63CB3

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.25%

 BLUE value IS 179 (70.31% from 255) = 39.51%

R = 47.24%
G = 13.25%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D63CB3 (or 0xD63CB3) is known color: Fuchsia. HEX triplet: D6, 3C and B3. RGB value is (214,60,179). Sum of RGB (Red+Green+Blue) = 214+60+179=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 60 (23.83% from 255 or 13.25% from 453); Blue value is 179 (70.31% from 255 or 39.51% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D63CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63CB3 is #29C34C. Grayscale: #777777. Windows color (decimal): -2736973 or 11746518. OLE color: 11746518.

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

Color convert

RGB 214 60 179 -
CMYK 0 0.72 0.16 0.16
HSL 313.64º 0.65% 0.54% -
HSV(B) 313.64º 0.72% 0.84% -
XYZ 37.48 20.78 44.68 -
YUV 119.61 161.52 195.32 -
System Red Green Blue C M Y K H S L
Decimal 214 60 179 0 0.72 0.16 0.16 313.64 0.65 0.54
Hex D6 3C B3 0 48 10 10 13A 41 36
Octal 326 74 263 0 110 20 20 472 101 66
Binary 11010110 111100 10110011 0 1001000 10000 10000 100111010 1000001 110110

Color Harmonies of #D63CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63CB3

Black with #D63CB3

Text Example


Text Example

White with #D63CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63CB3; }

 p { color: rgb(214,60,179); }

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

background-color css

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

 a { background-color: rgb(214,60,179); }

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

border-color css

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

 span { border-color: rgb(214,60,179); }

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