Html Css Color HEX #D938C7 Fuchsia

📋 copy color: '#D938C7'

red 217 ◦ green 56 ◦ blue 199

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

Shades of Fuchsia #D938C7

Tints of Fuchsia #D938C7

RGB

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

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

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

R = 45.97%
G = 11.86%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D938C7 (or 0xD938C7) is known color: Fuchsia. HEX triplet: D9, 38 and C7. RGB value is (217,56,199). Sum of RGB (Red+Green+Blue) = 217+56+199=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 56 (22.27% from 255 or 11.86% from 472); Blue value is 199 (78.12% from 255 or 42.16% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D938C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D938C7 is #26C738. Grayscale: #787878. Windows color (decimal): -2541369 or 13056217. OLE color: 13056217.

HSL color Cylindrical-coordinate representation of color #D938C7: hue angle of 306.71º 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 #D938C7 is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 56 199 -
CMYK 0 0.74 0.08 0.15
HSL 306.71º 0.68% 0.54% -
HSV(B) 306.71º 0.74% 0.85% -
XYZ 40.34 21.7 56.1 -
YUV 120.44 172.34 196.87 -
System Red Green Blue C M Y K H S L
Decimal 217 56 199 0 0.74 0.08 0.15 306.71 0.68 0.54
Hex D9 38 C7 0 4A 8 F 133 44 36
Octal 331 70 307 0 112 10 17 463 104 66
Binary 11011001 111000 11000111 0 1001010 1000 1111 100110011 1000100 110110

Color Harmonies of #D938C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D938C7

Black with #D938C7

Text Example


Text Example

White with #D938C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D938C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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