Html Css Color HEX #D338C0 Fuchsia

📋 copy color: '#D338C0'

red 211 ◦ green 56 ◦ blue 192

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

Shades of Fuchsia #D338C0

Tints of Fuchsia #D338C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.83%

R = 45.97%
G = 12.2%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D338C0 (or 0xD338C0) is known color: Fuchsia. HEX triplet: D3, 38 and C0. RGB value is (211,56,192). Sum of RGB (Red+Green+Blue) = 211+56+192=459 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.97% from 459); Green value is 56 (22.27% from 255 or 12.20% from 459); Blue value is 192 (75.39% from 255 or 41.83% from 459); Max value from RGB is 211 - color contains mainly: red. Hex color #D338C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D338C0 is #2CC73F. Grayscale: #757575. Windows color (decimal): -2934592 or 12597459. OLE color: 12597459.

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

Color convert

RGB 211 56 192 -
CMYK 0 0.73 0.09 0.17
HSL 307.35º 0.64% 0.52% -
HSV(B) 307.35º 0.73% 0.83% -
XYZ 37.79 20.48 51.83 -
YUV 117.85 169.85 194.44 -
System Red Green Blue C M Y K H S L
Decimal 211 56 192 0 0.73 0.09 0.17 307.35 0.64 0.52
Hex D3 38 C0 0 49 9 11 133 40 34
Octal 323 70 300 0 111 11 21 463 100 64
Binary 11010011 111000 11000000 0 1001001 1001 10001 100110011 1000000 110100

Color Harmonies of #D338C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D338C0

Black with #D338C0

Text Example


Text Example

White with #D338C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D338C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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