Html Css Color HEX #D942B4 Fuchsia

📋 copy color: '#D942B4'

red 217 ◦ green 66 ◦ blue 180

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

Shades of Fuchsia #D942B4

Tints of Fuchsia #D942B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 38.88%

R = 46.87%
G = 14.25%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D942B4 (or 0xD942B4) is known color: Fuchsia. HEX triplet: D9, 42 and B4. RGB value is (217,66,180). Sum of RGB (Red+Green+Blue) = 217+66+180=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 66 (26.17% from 255 or 14.25% from 463); Blue value is 180 (70.70% from 255 or 38.88% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D942B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D942B4 is #26BD4B. Grayscale: #7B7B7B. Windows color (decimal): -2538828 or 11813593. OLE color: 11813593.

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

Color convert

RGB 217 66 180 -
CMYK 0 0.70 0.17 0.15
HSL 314.7º 0.67% 0.55% -
HSV(B) 314.7º 0.7% 0.85% -
XYZ 38.8 21.94 45.37 -
YUV 124.15 159.53 194.23 -
System Red Green Blue C M Y K H S L
Decimal 217 66 180 0 0.70 0.17 0.15 314.7 0.67 0.55
Hex D9 42 B4 0 46 11 F 13B 43 37
Octal 331 102 264 0 106 21 17 473 103 67
Binary 11011001 1000010 10110100 0 1000110 10001 1111 100111011 1000011 110111

Color Harmonies of #D942B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D942B4

Black with #D942B4

Text Example


Text Example

White with #D942B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D942B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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