Html Css Color HEX #D368B5 Fuchsia

📋 copy color: '#D368B5'

red 211 ◦ green 104 ◦ blue 181

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

Shades of Fuchsia #D368B5

Tints of Fuchsia #D368B5

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.97%

 BLUE value IS 181 (71.09% from 255) = 36.49%

R = 42.54%
G = 20.97%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#D368B5 (or 0xD368B5) is known color: Fuchsia. HEX triplet: D3, 68 and B5. RGB value is (211,104,181). Sum of RGB (Red+Green+Blue) = 211+104+181=496 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.54% from 496); Green value is 104 (41.02% from 255 or 20.97% from 496); Blue value is 181 (71.09% from 255 or 36.49% from 496); Max value from RGB is 211 - color contains mainly: red. Hex color #D368B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D368B5 is #2C974A. Grayscale: #909090. Windows color (decimal): -2922315 or 11888851. OLE color: 11888851.

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

Color convert

RGB 211 104 181 -
CMYK 0 0.51 0.14 0.17
HSL 316.82º 0.55% 0.62% -
HSV(B) 316.82º 0.51% 0.83% -
XYZ 40.15 27.09 46.83 -
YUV 144.77 148.45 175.24 -
System Red Green Blue C M Y K H S L
Decimal 211 104 181 0 0.51 0.14 0.17 316.82 0.55 0.62
Hex D3 68 B5 0 33 E 11 13D 37 3E
Octal 323 150 265 0 63 16 21 475 67 76
Binary 11010011 1101000 10110101 0 110011 1110 10001 100111101 110111 111110

Color Harmonies of #D368B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D368B5

Black with #D368B5

Text Example


Text Example

White with #D368B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D368B5; }

 p { color: rgb(211,104,181); }

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

background-color css

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

 a { background-color: rgb(211,104,181); }

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

border-color css

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

 span { border-color: rgb(211,104,181); }

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