Html Css Color HEX #D240C4 Fuchsia

📋 copy color: '#D240C4'

red 210 ◦ green 64 ◦ blue 196

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

Shades of Fuchsia #D240C4

Tints of Fuchsia #D240C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41.7%

R = 44.68%
G = 13.62%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D240C4 (or 0xD240C4) is known color: Fuchsia. HEX triplet: D2, 40 and C4. RGB value is (210,64,196). Sum of RGB (Red+Green+Blue) = 210+64+196=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 64 (25.39% from 255 or 13.62% from 470); Blue value is 196 (76.95% from 255 or 41.70% from 470); Max value from RGB is 210 - color contains mainly: red. Hex color #D240C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D240C4 is #2DBF3B. Grayscale: #7A7A7A. Windows color (decimal): -2998076 or 12861650. OLE color: 12861650.

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

Color convert

RGB 210 64 196 -
CMYK 0 0.70 0.07 0.18
HSL 305.75º 0.62% 0.54% -
HSV(B) 305.75º 0.7% 0.82% -
XYZ 38.38 21.35 54.32 -
YUV 122.7 169.37 190.27 -
System Red Green Blue C M Y K H S L
Decimal 210 64 196 0 0.70 0.07 0.18 305.75 0.62 0.54
Hex D2 40 C4 0 46 7 12 132 3E 36
Octal 322 100 304 0 106 7 22 462 76 66
Binary 11010010 1000000 11000100 0 1000110 111 10010 100110010 111110 110110

Color Harmonies of #D240C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D240C4

Black with #D240C4

Text Example


Text Example

White with #D240C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D240C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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