Html Css Color HEX #D938C9 Fuchsia

📋 copy color: '#D938C9'

red 217 ◦ green 56 ◦ blue 201

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

Shades of Fuchsia #D938C9

Tints of Fuchsia #D938C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.41%

R = 45.78%
G = 11.81%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D938C9 (or 0xD938C9) is known color: Fuchsia. HEX triplet: D9, 38 and C9. RGB value is (217,56,201). Sum of RGB (Red+Green+Blue) = 217+56+201=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 56 (22.27% from 255 or 11.81% from 474); Blue value is 201 (78.91% from 255 or 42.41% from 474); Max value from RGB is 217 - color contains mainly: red. Hex color #D938C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D938C9 is #26C736. Grayscale: #787878. Windows color (decimal): -2541367 or 13187289. OLE color: 13187289.

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

Color convert

RGB 217 56 201 -
CMYK 0 0.74 0.07 0.15
HSL 305.96º 0.68% 0.54% -
HSV(B) 305.96º 0.74% 0.85% -
XYZ 40.57 21.8 57.33 -
YUV 120.67 173.34 196.71 -
System Red Green Blue C M Y K H S L
Decimal 217 56 201 0 0.74 0.07 0.15 305.96 0.68 0.54
Hex D9 38 C9 0 4A 7 F 132 44 36
Octal 331 70 311 0 112 7 17 462 104 66
Binary 11011001 111000 11001001 0 1001010 111 1111 100110010 1000100 110110

Color Harmonies of #D938C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D938C9

Black with #D938C9

Text Example


Text Example

White with #D938C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D938C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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