Html Css Color HEX #D369B8 Fuchsia

📋 copy color: '#D369B8'

red 211 ◦ green 105 ◦ blue 184

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

Shades of Fuchsia #D369B8

Tints of Fuchsia #D369B8

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21%

 BLUE value IS 184 (72.27% from 255) = 36.8%

R = 42.2%
G = 21%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.17

RGB Variations

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

Color information

#D369B8 (or 0xD369B8) is known color: Fuchsia. HEX triplet: D3, 69 and B8. RGB value is (211,105,184). Sum of RGB (Red+Green+Blue) = 211+105+184=500 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.2% from 500); Green value is 105 (41.41% from 255 or 21% from 500); Blue value is 184 (72.27% from 255 or 36.8% from 500); Max value from RGB is 211 - color contains mainly: red. Hex color #D369B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D369B8 is #2C9647. Grayscale: #919191. Windows color (decimal): -2922056 or 12085715. OLE color: 12085715.

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

Color convert

RGB 211 105 184 -
CMYK 0 0.50 0.13 0.17
HSL 315.28º 0.55% 0.62% -
HSV(B) 315.28º 0.5% 0.83% -
XYZ 40.57 27.41 48.5 -
YUV 145.7 149.62 174.58 -
System Red Green Blue C M Y K H S L
Decimal 211 105 184 0 0.50 0.13 0.17 315.28 0.55 0.62
Hex D3 69 B8 0 32 D 11 13B 37 3E
Octal 323 151 270 0 62 15 21 473 67 76
Binary 11010011 1101001 10111000 0 110010 1101 10001 100111011 110111 111110

Color Harmonies of #D369B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D369B8

Black with #D369B8

Text Example


Text Example

White with #D369B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D369B8; }

 p { color: rgb(211,105,184); }

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

background-color css

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

 a { background-color: rgb(211,105,184); }

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

border-color css

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

 span { border-color: rgb(211,105,184); }

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