Html Css Color HEX #D038C5 Fuchsia

📋 copy color: '#D038C5'

red 208 ◦ green 56 ◦ blue 197

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

Shades of Fuchsia #D038C5

Tints of Fuchsia #D038C5

RGB

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

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

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

R = 45.12%
G = 12.15%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D038C5 (or 0xD038C5) is known color: Fuchsia. HEX triplet: D0, 38 and C5. RGB value is (208,56,197). Sum of RGB (Red+Green+Blue) = 208+56+197=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 56 (22.27% from 255 or 12.15% from 461); Blue value is 197 (77.34% from 255 or 42.73% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D038C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D038C5 is #2FC73A. Grayscale: #757575. Windows color (decimal): -3131195 or 12925136. OLE color: 12925136.

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

Color convert

RGB 208 56 197 -
CMYK 0 0.73 0.05 0.18
HSL 304.34º 0.62% 0.52% -
HSV(B) 304.34º 0.73% 0.82% -
XYZ 37.5 20.27 54.76 -
YUV 117.52 172.86 192.54 -
System Red Green Blue C M Y K H S L
Decimal 208 56 197 0 0.73 0.05 0.18 304.34 0.62 0.52
Hex D0 38 C5 0 49 5 12 130 3E 34
Octal 320 70 305 0 111 5 22 460 76 64
Binary 11010000 111000 11000101 0 1001001 101 10010 100110000 111110 110100

Color Harmonies of #D038C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D038C5

Black with #D038C5

Text Example


Text Example

White with #D038C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D038C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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