Html Css Color HEX #D938C5 Fuchsia

📋 copy color: '#D938C5'

red 217 ◦ green 56 ◦ blue 197

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

Shades of Fuchsia #D938C5

Tints of Fuchsia #D938C5

RGB

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

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

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

R = 46.17%
G = 11.91%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D938C5 (or 0xD938C5) is known color: Fuchsia. HEX triplet: D9, 38 and C5. RGB value is (217,56,197). Sum of RGB (Red+Green+Blue) = 217+56+197=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 56 (22.27% from 255 or 11.91% from 470); Blue value is 197 (77.34% from 255 or 41.91% from 470); Max value from RGB is 217 - color contains mainly: red. Hex color #D938C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D938C5 is #26C73A. Grayscale: #777777. Windows color (decimal): -2541371 or 12925145. OLE color: 12925145.

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

Color convert

RGB 217 56 197 -
CMYK 0 0.74 0.09 0.15
HSL 307.45º 0.68% 0.54% -
HSV(B) 307.45º 0.74% 0.85% -
XYZ 40.11 21.61 54.88 -
YUV 120.21 171.34 197.04 -
System Red Green Blue C M Y K H S L
Decimal 217 56 197 0 0.74 0.09 0.15 307.45 0.68 0.54
Hex D9 38 C5 0 4A 9 F 133 44 36
Octal 331 70 305 0 112 11 17 463 104 66
Binary 11011001 111000 11000101 0 1001010 1001 1111 100110011 1000100 110110

Color Harmonies of #D938C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D938C5

Black with #D938C5

Text Example


Text Example

White with #D938C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D938C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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