Html Css Color HEX #D338C5 Fuchsia

📋 copy color: '#D338C5'

red 211 ◦ green 56 ◦ blue 197

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

Shades of Fuchsia #D338C5

Tints of Fuchsia #D338C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 42.46%

R = 45.47%
G = 12.07%
B = 42.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.07

 K value IS 0.17

RGB Variations

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

Color information

#D338C5 (or 0xD338C5) is known color: Fuchsia. HEX triplet: D3, 38 and C5. RGB value is (211,56,197). Sum of RGB (Red+Green+Blue) = 211+56+197=464 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.47% from 464); Green value is 56 (22.27% from 255 or 12.07% from 464); Blue value is 197 (77.34% from 255 or 42.46% from 464); Max value from RGB is 211 - color contains mainly: red. Hex color #D338C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D338C5 is #2CC73A. Grayscale: #767676. Windows color (decimal): -2934587 or 12925139. OLE color: 12925139.

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

Color convert

RGB 211 56 197 -
CMYK 0 0.73 0.07 0.17
HSL 305.42º 0.64% 0.52% -
HSV(B) 305.42º 0.73% 0.83% -
XYZ 38.36 20.71 54.8 -
YUV 118.42 172.35 194.04 -
System Red Green Blue C M Y K H S L
Decimal 211 56 197 0 0.73 0.07 0.17 305.42 0.64 0.52
Hex D3 38 C5 0 49 7 11 131 40 34
Octal 323 70 305 0 111 7 21 461 100 64
Binary 11010011 111000 11000101 0 1001001 111 10001 100110001 1000000 110100

Color Harmonies of #D338C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D338C5

Black with #D338C5

Text Example


Text Example

White with #D338C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D338C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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