Html Css Color HEX #D038CE Fuchsia

📋 copy color: '#D038CE'

red 208 ◦ green 56 ◦ blue 206

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

Shades of Fuchsia #D038CE

Tints of Fuchsia #D038CE

RGB

 RED value IS 208 (81.64% from 255) = 44.26%

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

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

R = 44.26%
G = 11.91%
B = 43.83%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D038CE (or 0xD038CE) is known color: Fuchsia. HEX triplet: D0, 38 and CE. RGB value is (208,56,206). Sum of RGB (Red+Green+Blue) = 208+56+206=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 56 (22.27% from 255 or 11.91% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 208 - color contains mainly: red. Hex color #D038CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D038CE is #2FC731. Grayscale: #767676. Windows color (decimal): -3131186 or 13514960. OLE color: 13514960.

HSL color Cylindrical-coordinate representation of color #D038CE: hue angle of 300.79º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D038CE is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 56 206 -
CMYK 0 0.73 0.01 0.18
HSL 300.79º 0.62% 0.52% -
HSV(B) 300.79º 0.73% 0.82% -
XYZ 38.57 20.69 60.35 -
YUV 118.55 177.36 191.8 -
System Red Green Blue C M Y K H S L
Decimal 208 56 206 0 0.73 0.01 0.18 300.79 0.62 0.52
Hex D0 38 CE 0 49 1 12 12D 3E 34
Octal 320 70 316 0 111 1 22 455 76 64
Binary 11010000 111000 11001110 0 1001001 1 10010 100101101 111110 110100

Color Harmonies of #D038CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D038CE

Black with #D038CE

Text Example


Text Example

White with #D038CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D038CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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