Html Css Color HEX #D938C0 Fuchsia

📋 copy color: '#D938C0'

red 217 ◦ green 56 ◦ blue 192

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

Shades of Fuchsia #D938C0

Tints of Fuchsia #D938C0

RGB

 RED value IS 217 (85.16% from 255) = 46.67%

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

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

R = 46.67%
G = 12.04%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D938C0 (or 0xD938C0) is known color: Fuchsia. HEX triplet: D9, 38 and C0. RGB value is (217,56,192). Sum of RGB (Red+Green+Blue) = 217+56+192=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 56 (22.27% from 255 or 12.04% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D938C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D938C0 is #26C73F. Grayscale: #777777. Windows color (decimal): -2541376 or 12597465. OLE color: 12597465.

HSL color Cylindrical-coordinate representation of color #D938C0: hue angle of 309.32º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D938C0 is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 56 192 -
CMYK 0 0.74 0.12 0.15
HSL 309.32º 0.68% 0.54% -
HSV(B) 309.32º 0.74% 0.85% -
XYZ 39.54 21.39 51.91 -
YUV 119.64 168.84 197.44 -
System Red Green Blue C M Y K H S L
Decimal 217 56 192 0 0.74 0.12 0.15 309.32 0.68 0.54
Hex D9 38 C0 0 4A C F 135 44 36
Octal 331 70 300 0 112 14 17 465 104 66
Binary 11011001 111000 11000000 0 1001010 1100 1111 100110101 1000100 110110

Color Harmonies of #D938C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D938C0

Black with #D938C0

Text Example


Text Example

White with #D938C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D938C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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