Html Css Color HEX #D63CBB Fuchsia

📋 copy color: '#D63CBB'

red 214 ◦ green 60 ◦ blue 187

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

Shades of Fuchsia #D63CBB

Tints of Fuchsia #D63CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.56%

R = 46.42%
G = 13.02%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D63CBB (or 0xD63CBB) is known color: Fuchsia. HEX triplet: D6, 3C and BB. RGB value is (214,60,187). Sum of RGB (Red+Green+Blue) = 214+60+187=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 60 (23.83% from 255 or 13.02% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D63CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63CBB is #29C344. Grayscale: #787878. Windows color (decimal): -2736965 or 12270806. OLE color: 12270806.

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

Color convert

RGB 214 60 187 -
CMYK 0 0.72 0.13 0.16
HSL 310.52º 0.65% 0.54% -
HSV(B) 310.52º 0.72% 0.84% -
XYZ 38.32 21.12 49.07 -
YUV 120.52 165.52 194.67 -
System Red Green Blue C M Y K H S L
Decimal 214 60 187 0 0.72 0.13 0.16 310.52 0.65 0.54
Hex D6 3C BB 0 48 D 10 137 41 36
Octal 326 74 273 0 110 15 20 467 101 66
Binary 11010110 111100 10111011 0 1001000 1101 10000 100110111 1000001 110110

Color Harmonies of #D63CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63CBB

Black with #D63CBB

Text Example


Text Example

White with #D63CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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