Html Css Color HEX #D938B6 Fuchsia

📋 copy color: '#D938B6'

red 217 ◦ green 56 ◦ blue 182

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

Shades of Fuchsia #D938B6

Tints of Fuchsia #D938B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40%

R = 47.69%
G = 12.31%
B = 40%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D938B6 (or 0xD938B6) is known color: Fuchsia. HEX triplet: D9, 38 and B6. RGB value is (217,56,182). Sum of RGB (Red+Green+Blue) = 217+56+182=455 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.69% from 455); Green value is 56 (22.27% from 255 or 12.31% from 455); Blue value is 182 (71.48% from 255 or 40% from 455); Max value from RGB is 217 - color contains mainly: red. Hex color #D938B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D938B6 is #26C749. Grayscale: #767676. Windows color (decimal): -2541386 or 11942105. OLE color: 11942105.

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

Color convert

RGB 217 56 182 -
CMYK 0 0.74 0.16 0.15
HSL 313.04º 0.68% 0.54% -
HSV(B) 313.04º 0.74% 0.85% -
XYZ 38.47 20.96 46.27 -
YUV 118.5 163.84 198.25 -
System Red Green Blue C M Y K H S L
Decimal 217 56 182 0 0.74 0.16 0.15 313.04 0.68 0.54
Hex D9 38 B6 0 4A 10 F 139 44 36
Octal 331 70 266 0 112 20 17 471 104 66
Binary 11011001 111000 10110110 0 1001010 10000 1111 100111001 1000100 110110

Color Harmonies of #D938B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D938B6

Black with #D938B6

Text Example


Text Example

White with #D938B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D938B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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