Html Css Color HEX #D63CCB Fuchsia

📋 copy color: '#D63CCB'

red 214 ◦ green 60 ◦ blue 203

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

Shades of Fuchsia #D63CCB

Tints of Fuchsia #D63CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.56%

R = 44.86%
G = 12.58%
B = 42.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D63CCB (or 0xD63CCB) is known color: Fuchsia. HEX triplet: D6, 3C and CB. RGB value is (214,60,203). Sum of RGB (Red+Green+Blue) = 214+60+203=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 60 (23.83% from 255 or 12.58% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D63CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63CCB is #29C334. Grayscale: #797979. Windows color (decimal): -2736949 or 13319382. OLE color: 13319382.

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

Color convert

RGB 214 60 203 -
CMYK 0 0.72 0.05 0.16
HSL 304.29º 0.65% 0.54% -
HSV(B) 304.29º 0.72% 0.84% -
XYZ 40.13 21.84 58.6 -
YUV 122.35 173.52 193.37 -
System Red Green Blue C M Y K H S L
Decimal 214 60 203 0 0.72 0.05 0.16 304.29 0.65 0.54
Hex D6 3C CB 0 48 5 10 130 41 36
Octal 326 74 313 0 110 5 20 460 101 66
Binary 11010110 111100 11001011 0 1001000 101 10000 100110000 1000001 110110

Color Harmonies of #D63CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63CCB

Black with #D63CCB

Text Example


Text Example

White with #D63CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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