Html Css Color HEX #D242D1 Fuchsia

📋 copy color: '#D242D1'

red 210 ◦ green 66 ◦ blue 209

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

Shades of Fuchsia #D242D1

Tints of Fuchsia #D242D1

RGB

 RED value IS 210 (82.42% from 255) = 43.3%

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

 BLUE value IS 209 (82.03% from 255) = 43.09%

R = 43.3%
G = 13.61%
B = 43.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D242D1 (or 0xD242D1) is known color: Fuchsia. HEX triplet: D2, 42 and D1. RGB value is (210,66,209). Sum of RGB (Red+Green+Blue) = 210+66+209=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 66 (26.17% from 255 or 13.61% from 485); Blue value is 209 (82.03% from 255 or 43.09% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D242D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D242D1 is #2DBD2E. Grayscale: #7C7C7C. Windows color (decimal): -2997551 or 13714130. OLE color: 13714130.

HSL color Cylindrical-coordinate representation of color #D242D1: hue angle of 300.42º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D242D1 is Cyan = 0, Magento = 0.69, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 66 209 -
CMYK 0 0.69 0.00 0.18
HSL 300.42º 0.62% 0.54% -
HSV(B) 300.42º 0.69% 0.82% -
XYZ 40.04 22.2 62.5 -
YUV 125.36 175.21 188.37 -
System Red Green Blue C M Y K H S L
Decimal 210 66 209 0 0.69 0.00 0.18 300.42 0.62 0.54
Hex D2 42 D1 0 45 0 12 12C 3E 36
Octal 322 102 321 0 105 0 22 454 76 66
Binary 11010010 1000010 11010001 0 1000101 0 10010 100101100 111110 110110

Color Harmonies of #D242D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D242D1

Black with #D242D1

Text Example


Text Example

White with #D242D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D242D1; }

 p { color: rgb(210,66,209); }

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

background-color css

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

 a { background-color: rgb(210,66,209); }

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

border-color css

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

 span { border-color: rgb(210,66,209); }

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