Html Css Color HEX #D242C9 Fuchsia

📋 copy color: '#D242C9'

red 210 ◦ green 66 ◦ blue 201

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

Shades of Fuchsia #D242C9

Tints of Fuchsia #D242C9

RGB

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

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

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

R = 44.03%
G = 13.84%
B = 42.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D242C9 (or 0xD242C9) is known color: Fuchsia. HEX triplet: D2, 42 and C9. RGB value is (210,66,201). Sum of RGB (Red+Green+Blue) = 210+66+201=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 66 (26.17% from 255 or 13.84% from 477); Blue value is 201 (78.91% from 255 or 42.14% from 477); Max value from RGB is 210 - color contains mainly: red. Hex color #D242C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D242C9 is #2DBD36. Grayscale: #7C7C7C. Windows color (decimal): -2997559 or 13189842. OLE color: 13189842.

HSL color Cylindrical-coordinate representation of color #D242C9: hue angle of 303.75º 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 #D242C9 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 66 201 -
CMYK 0 0.69 0.04 0.18
HSL 303.75º 0.62% 0.54% -
HSV(B) 303.75º 0.69% 0.82% -
XYZ 39.07 21.82 57.41 -
YUV 124.45 171.21 189.02 -
System Red Green Blue C M Y K H S L
Decimal 210 66 201 0 0.69 0.04 0.18 303.75 0.62 0.54
Hex D2 42 C9 0 45 4 12 130 3E 36
Octal 322 102 311 0 105 4 22 460 76 66
Binary 11010010 1000010 11001001 0 1000101 100 10010 100110000 111110 110110

Color Harmonies of #D242C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D242C9

Black with #D242C9

Text Example


Text Example

White with #D242C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D242C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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