Html Css Color HEX #D360AF Fuchsia

📋 copy color: '#D360AF'

red 211 ◦ green 96 ◦ blue 175

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

Shades of Fuchsia #D360AF

Tints of Fuchsia #D360AF

RGB

 RED value IS 211 (82.81% from 255) = 43.78%

 GREEN value IS 96 (37.89% from 255) = 19.92%

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

R = 43.78%
G = 19.92%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#D360AF (or 0xD360AF) is known color: Fuchsia. HEX triplet: D3, 60 and AF. RGB value is (211,96,175). Sum of RGB (Red+Green+Blue) = 211+96+175=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 96 (37.89% from 255 or 19.92% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 211 - color contains mainly: red. Hex color #D360AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D360AF is #2C9F50. Grayscale: #8B8B8B. Windows color (decimal): -2924369 or 11493587. OLE color: 11493587.

HSL color Cylindrical-coordinate representation of color #D360AF: hue angle of 318.78º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D360AF is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 96 175 -
CMYK 0 0.55 0.17 0.17
HSL 318.78º 0.57% 0.6% -
HSV(B) 318.78º 0.55% 0.83% -
XYZ 38.78 25.31 43.4 -
YUV 139.39 148.1 179.08 -
System Red Green Blue C M Y K H S L
Decimal 211 96 175 0 0.55 0.17 0.17 318.78 0.57 0.6
Hex D3 60 AF 0 37 11 11 13F 39 3C
Octal 323 140 257 0 67 21 21 477 71 74
Binary 11010011 1100000 10101111 0 110111 10001 10001 100111111 111001 111100

Color Harmonies of #D360AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D360AF

Black with #D360AF

Text Example


Text Example

White with #D360AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D360AF; }

 p { color: rgb(211,96,175); }

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

background-color css

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

 a { background-color: rgb(211,96,175); }

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

border-color css

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

 span { border-color: rgb(211,96,175); }

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