Html Css Color HEX #D83DAF Fuchsia

📋 copy color: '#D83DAF'

red 216 ◦ green 61 ◦ blue 175

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

Shades of Fuchsia #D83DAF

Tints of Fuchsia #D83DAF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.5%

 BLUE value IS 175 (68.75% from 255) = 38.72%

R = 47.79%
G = 13.5%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D83DAF (or 0xD83DAF) is known color: Fuchsia. HEX triplet: D8, 3D and AF. RGB value is (216,61,175). Sum of RGB (Red+Green+Blue) = 216+61+175=452 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.79% from 452); Green value is 61 (24.22% from 255 or 13.50% from 452); Blue value is 175 (68.75% from 255 or 38.72% from 452); Max value from RGB is 216 - color contains mainly: red. Hex color #D83DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D83DAF is #27C250. Grayscale: #787878. Windows color (decimal): -2605649 or 11484632. OLE color: 11484632.

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

Color convert

RGB 216 61 175 -
CMYK 0 0.72 0.19 0.15
HSL 315.87º 0.67% 0.54% -
HSV(B) 315.87º 0.72% 0.85% -
XYZ 37.73 21.03 42.63 -
YUV 120.34 158.85 196.23 -
System Red Green Blue C M Y K H S L
Decimal 216 61 175 0 0.72 0.19 0.15 315.87 0.67 0.54
Hex D8 3D AF 0 48 13 F 13C 43 36
Octal 330 75 257 0 110 23 17 474 103 66
Binary 11011000 111101 10101111 0 1001000 10011 1111 100111100 1000011 110110

Color Harmonies of #D83DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83DAF

Black with #D83DAF

Text Example


Text Example

White with #D83DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83DAF; }

 p { color: rgb(216,61,175); }

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

background-color css

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

 a { background-color: rgb(216,61,175); }

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

border-color css

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

 span { border-color: rgb(216,61,175); }

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