Html Css Color HEX #D240B2 Fuchsia

📋 copy color: '#D240B2'

red 210 ◦ green 64 ◦ blue 178

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

Shades of Fuchsia #D240B2

Tints of Fuchsia #D240B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.38%

R = 46.46%
G = 14.16%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D240B2 (or 0xD240B2) is known color: Fuchsia. HEX triplet: D2, 40 and B2. RGB value is (210,64,178). Sum of RGB (Red+Green+Blue) = 210+64+178=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 64 (25.39% from 255 or 14.16% from 452); Blue value is 178 (69.92% from 255 or 39.38% from 452); Max value from RGB is 210 - color contains mainly: red. Hex color #D240B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D240B2 is #2DBF4D. Grayscale: #787878. Windows color (decimal): -2998094 or 11682002. OLE color: 11682002.

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

Color convert

RGB 210 64 178 -
CMYK 0 0.70 0.15 0.18
HSL 313.15º 0.62% 0.54% -
HSV(B) 313.15º 0.7% 0.82% -
XYZ 36.45 20.58 44.17 -
YUV 120.65 160.37 191.73 -
System Red Green Blue C M Y K H S L
Decimal 210 64 178 0 0.70 0.15 0.18 313.15 0.62 0.54
Hex D2 40 B2 0 46 F 12 139 3E 36
Octal 322 100 262 0 106 17 22 471 76 66
Binary 11010010 1000000 10110010 0 1000110 1111 10010 100111001 111110 110110

Color Harmonies of #D240B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D240B2

Black with #D240B2

Text Example


Text Example

White with #D240B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D240B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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