Html Css Color HEX #D83CB7 Fuchsia

📋 copy color: '#D83CB7'

red 216 ◦ green 60 ◦ blue 183

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

Shades of Fuchsia #D83CB7

Tints of Fuchsia #D83CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.87%

R = 47.06%
G = 13.07%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D83CB7 (or 0xD83CB7) is known color: Fuchsia. HEX triplet: D8, 3C and B7. RGB value is (216,60,183). Sum of RGB (Red+Green+Blue) = 216+60+183=459 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.06% from 459); Green value is 60 (23.83% from 255 or 13.07% from 459); Blue value is 183 (71.88% from 255 or 39.87% from 459); Max value from RGB is 216 - color contains mainly: red. Hex color #D83CB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83CB7 is #27C348. Grayscale: #787878. Windows color (decimal): -2605897 or 12008664. OLE color: 12008664.

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

Color convert

RGB 216 60 183 -
CMYK 0 0.72 0.15 0.15
HSL 312.69º 0.67% 0.54% -
HSV(B) 312.69º 0.72% 0.85% -
XYZ 38.48 21.25 46.87 -
YUV 120.67 163.18 196 -
System Red Green Blue C M Y K H S L
Decimal 216 60 183 0 0.72 0.15 0.15 312.69 0.67 0.54
Hex D8 3C B7 0 48 F F 139 43 36
Octal 330 74 267 0 110 17 17 471 103 66
Binary 11011000 111100 10110111 0 1001000 1111 1111 100111001 1000011 110110

Color Harmonies of #D83CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83CB7

Black with #D83CB7

Text Example


Text Example

White with #D83CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83CB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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