Html Css Color HEX #D368B9 Fuchsia

📋 copy color: '#D368B9'

red 211 ◦ green 104 ◦ blue 185

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

Shades of Fuchsia #D368B9

Tints of Fuchsia #D368B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37%

R = 42.2%
G = 20.8%
B = 37%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D368B9 (or 0xD368B9) is known color: Fuchsia. HEX triplet: D3, 68 and B9. RGB value is (211,104,185). Sum of RGB (Red+Green+Blue) = 211+104+185=500 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.2% from 500); Green value is 104 (41.02% from 255 or 20.8% from 500); Blue value is 185 (72.66% from 255 or 37% from 500); Max value from RGB is 211 - color contains mainly: red. Hex color #D368B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D368B9 is #2C9746. Grayscale: #919191. Windows color (decimal): -2922311 or 12150995. OLE color: 12150995.

HSL color Cylindrical-coordinate representation of color #D368B9: hue angle of 314.58º 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 #D368B9 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 104 185 -
CMYK 0 0.51 0.12 0.17
HSL 314.58º 0.55% 0.62% -
HSV(B) 314.58º 0.51% 0.83% -
XYZ 40.57 27.25 49.02 -
YUV 145.23 150.45 174.91 -
System Red Green Blue C M Y K H S L
Decimal 211 104 185 0 0.51 0.12 0.17 314.58 0.55 0.62
Hex D3 68 B9 0 33 C 11 13B 37 3E
Octal 323 150 271 0 63 14 21 473 67 76
Binary 11010011 1101000 10111001 0 110011 1100 10001 100111011 110111 111110

Color Harmonies of #D368B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D368B9

Black with #D368B9

Text Example


Text Example

White with #D368B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D368B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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