Html Css Color HEX #D338CE Fuchsia

📋 copy color: '#D338CE'

red 211 ◦ green 56 ◦ blue 206

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

Shades of Fuchsia #D338CE

Tints of Fuchsia #D338CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.55%

R = 44.61%
G = 11.84%
B = 43.55%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D338CE (or 0xD338CE) is known color: Fuchsia. HEX triplet: D3, 38 and CE. RGB value is (211,56,206). Sum of RGB (Red+Green+Blue) = 211+56+206=473 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.61% from 473); Green value is 56 (22.27% from 255 or 11.84% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 211 - color contains mainly: red. Hex color #D338CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D338CE is #2CC731. Grayscale: #777777. Windows color (decimal): -2934578 or 13514963. OLE color: 13514963.

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

Color convert

RGB 211 56 206 -
CMYK 0 0.73 0.02 0.17
HSL 301.94º 0.64% 0.52% -
HSV(B) 301.94º 0.73% 0.83% -
XYZ 39.42 21.13 60.39 -
YUV 119.45 176.85 193.3 -
System Red Green Blue C M Y K H S L
Decimal 211 56 206 0 0.73 0.02 0.17 301.94 0.64 0.52
Hex D3 38 CE 0 49 2 11 12E 40 34
Octal 323 70 316 0 111 2 21 456 100 64
Binary 11010011 111000 11001110 0 1001001 10 10001 100101110 1000000 110100

Color Harmonies of #D338CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D338CE

Black with #D338CE

Text Example


Text Example

White with #D338CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D338CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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