Html Css Color HEX #D83CC5 Fuchsia

📋 copy color: '#D83CC5'

red 216 ◦ green 60 ◦ blue 197

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

Shades of Fuchsia #D83CC5

Tints of Fuchsia #D83CC5

RGB

 RED value IS 216 (84.77% from 255) = 45.67%

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

 BLUE value IS 197 (77.34% from 255) = 41.65%

R = 45.67%
G = 12.68%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D83CC5 (or 0xD83CC5) is known color: Fuchsia. HEX triplet: D8, 3C and C5. RGB value is (216,60,197). Sum of RGB (Red+Green+Blue) = 216+60+197=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 60 (23.83% from 255 or 12.68% from 473); Blue value is 197 (77.34% from 255 or 41.65% from 473); Max value from RGB is 216 - color contains mainly: red. Hex color #D83CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83CC5 is #27C33A. Grayscale: #797979. Windows color (decimal): -2605883 or 12926168. OLE color: 12926168.

HSL color Cylindrical-coordinate representation of color #D83CC5: hue angle of 307.31º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D83CC5 is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 60 197 -
CMYK 0 0.72 0.09 0.15
HSL 307.31º 0.67% 0.54% -
HSV(B) 307.31º 0.72% 0.85% -
XYZ 40.01 21.86 54.93 -
YUV 122.26 170.18 194.86 -
System Red Green Blue C M Y K H S L
Decimal 216 60 197 0 0.72 0.09 0.15 307.31 0.67 0.54
Hex D8 3C C5 0 48 9 F 133 43 36
Octal 330 74 305 0 110 11 17 463 103 66
Binary 11011000 111100 11000101 0 1001000 1001 1111 100110011 1000011 110110

Color Harmonies of #D83CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83CC5

Black with #D83CC5

Text Example


Text Example

White with #D83CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83CC5; }

 p { color: rgb(216,60,197); }

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

background-color css

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

 a { background-color: rgb(216,60,197); }

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

border-color css

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

 span { border-color: rgb(216,60,197); }

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