Html Css Color HEX #D038C7 Fuchsia

📋 copy color: '#D038C7'

red 208 ◦ green 56 ◦ blue 199

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

Shades of Fuchsia #D038C7

Tints of Fuchsia #D038C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.98%

R = 44.92%
G = 12.1%
B = 42.98%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D038C7 (or 0xD038C7) is known color: Fuchsia. HEX triplet: D0, 38 and C7. RGB value is (208,56,199). Sum of RGB (Red+Green+Blue) = 208+56+199=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 56 (22.27% from 255 or 12.10% from 463); Blue value is 199 (78.12% from 255 or 42.98% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D038C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D038C7 is #2FC738. Grayscale: #757575. Windows color (decimal): -3131193 or 13056208. OLE color: 13056208.

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

Color convert

RGB 208 56 199 -
CMYK 0 0.73 0.04 0.18
HSL 303.55º 0.62% 0.52% -
HSV(B) 303.55º 0.73% 0.82% -
XYZ 37.74 20.36 55.97 -
YUV 117.75 173.86 192.37 -
System Red Green Blue C M Y K H S L
Decimal 208 56 199 0 0.73 0.04 0.18 303.55 0.62 0.52
Hex D0 38 C7 0 49 4 12 130 3E 34
Octal 320 70 307 0 111 4 22 460 76 64
Binary 11010000 111000 11000111 0 1001001 100 10010 100110000 111110 110100

Color Harmonies of #D038C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D038C7

Black with #D038C7

Text Example


Text Example

White with #D038C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D038C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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