Html Css Color HEX #D240C5 Fuchsia

📋 copy color: '#D240C5'

red 210 ◦ green 64 ◦ blue 197

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

Shades of Fuchsia #D240C5

Tints of Fuchsia #D240C5

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.59%

 BLUE value IS 197 (77.34% from 255) = 41.83%

R = 44.59%
G = 13.59%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D240C5 (or 0xD240C5) is known color: Fuchsia. HEX triplet: D2, 40 and C5. RGB value is (210,64,197). Sum of RGB (Red+Green+Blue) = 210+64+197=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 64 (25.39% from 255 or 13.59% from 471); Blue value is 197 (77.34% from 255 or 41.83% from 471); Max value from RGB is 210 - color contains mainly: red. Hex color #D240C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D240C5 is #2DBF3A. Grayscale: #7A7A7A. Windows color (decimal): -2998075 or 12927186. OLE color: 12927186.

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

Color convert

RGB 210 64 197 -
CMYK 0 0.70 0.06 0.18
HSL 305.34º 0.62% 0.54% -
HSV(B) 305.34º 0.7% 0.82% -
XYZ 38.49 21.4 54.93 -
YUV 122.82 169.87 190.19 -
System Red Green Blue C M Y K H S L
Decimal 210 64 197 0 0.70 0.06 0.18 305.34 0.62 0.54
Hex D2 40 C5 0 46 6 12 131 3E 36
Octal 322 100 305 0 106 6 22 461 76 66
Binary 11010010 1000000 11000101 0 1000110 110 10010 100110001 111110 110110

Color Harmonies of #D240C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D240C5

Black with #D240C5

Text Example


Text Example

White with #D240C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D240C5; }

 p { color: rgb(210,64,197); }

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

background-color css

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

 a { background-color: rgb(210,64,197); }

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

border-color css

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

 span { border-color: rgb(210,64,197); }

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