Html Css Color HEX #D942B9 Fuchsia

📋 copy color: '#D942B9'

red 217 ◦ green 66 ◦ blue 185

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

Shades of Fuchsia #D942B9

Tints of Fuchsia #D942B9

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.1%

 BLUE value IS 185 (72.66% from 255) = 39.53%

R = 46.37%
G = 14.1%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D942B9 (or 0xD942B9) is known color: Fuchsia. HEX triplet: D9, 42 and B9. RGB value is (217,66,185). Sum of RGB (Red+Green+Blue) = 217+66+185=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 66 (26.17% from 255 or 14.10% from 468); Blue value is 185 (72.66% from 255 or 39.53% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D942B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D942B9 is #26BD46. Grayscale: #7C7C7C. Windows color (decimal): -2538823 or 12141273. OLE color: 12141273.

HSL color Cylindrical-coordinate representation of color #D942B9: hue angle of 312.72º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D942B9 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 66 185 -
CMYK 0 0.70 0.15 0.15
HSL 312.72º 0.67% 0.55% -
HSV(B) 312.72º 0.7% 0.85% -
XYZ 39.32 22.15 48.1 -
YUV 124.72 162.03 193.82 -
System Red Green Blue C M Y K H S L
Decimal 217 66 185 0 0.70 0.15 0.15 312.72 0.67 0.55
Hex D9 42 B9 0 46 F F 139 43 37
Octal 331 102 271 0 106 17 17 471 103 67
Binary 11011001 1000010 10111001 0 1000110 1111 1111 100111001 1000011 110111

Color Harmonies of #D942B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D942B9

Black with #D942B9

Text Example


Text Example

White with #D942B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D942B9; }

 p { color: rgb(217,66,185); }

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

background-color css

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

 a { background-color: rgb(217,66,185); }

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

border-color css

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

 span { border-color: rgb(217,66,185); }

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