Html Css Color HEX #D338B1 Fuchsia

📋 copy color: '#D338B1'

red 211 ◦ green 56 ◦ blue 177

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

Shades of Fuchsia #D338B1

Tints of Fuchsia #D338B1

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.61%

 BLUE value IS 177 (69.53% from 255) = 39.86%

R = 47.52%
G = 12.61%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.16

 K value IS 0.17

RGB Variations

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

Color information

#D338B1 (or 0xD338B1) is known color: Fuchsia. HEX triplet: D3, 38 and B1. RGB value is (211,56,177). Sum of RGB (Red+Green+Blue) = 211+56+177=444 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.52% from 444); Green value is 56 (22.27% from 255 or 12.61% from 444); Blue value is 177 (69.53% from 255 or 39.86% from 444); Max value from RGB is 211 - color contains mainly: red. Hex color #D338B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D338B1 is #2CC74E. Grayscale: #737373. Windows color (decimal): -2934607 or 11614419. OLE color: 11614419.

HSL color Cylindrical-coordinate representation of color #D338B1: hue angle of 313.16º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D338B1 is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 56 177 -
CMYK 0 0.73 0.16 0.17
HSL 313.16º 0.64% 0.52% -
HSV(B) 313.16º 0.73% 0.83% -
XYZ 36.21 19.85 43.52 -
YUV 116.14 162.35 195.66 -
System Red Green Blue C M Y K H S L
Decimal 211 56 177 0 0.73 0.16 0.17 313.16 0.64 0.52
Hex D3 38 B1 0 49 10 11 139 40 34
Octal 323 70 261 0 111 20 21 471 100 64
Binary 11010011 111000 10110001 0 1001001 10000 10001 100111001 1000000 110100

Color Harmonies of #D338B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D338B1

Black with #D338B1

Text Example


Text Example

White with #D338B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D338B1; }

 p { color: rgb(211,56,177); }

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

background-color css

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

 a { background-color: rgb(211,56,177); }

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

border-color css

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

 span { border-color: rgb(211,56,177); }

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