Html Css Color HEX #D24EB9 Fuchsia

📋 copy color: '#D24EB9'

red 210 ◦ green 78 ◦ blue 185

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

Shades of Fuchsia #D24EB9

Tints of Fuchsia #D24EB9

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.49%

 BLUE value IS 185 (72.66% from 255) = 39.11%

R = 44.4%
G = 16.49%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D24EB9 (or 0xD24EB9) is known color: Fuchsia. HEX triplet: D2, 4E and B9. RGB value is (210,78,185). Sum of RGB (Red+Green+Blue) = 210+78+185=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 78 (30.86% from 255 or 16.49% from 473); Blue value is 185 (72.66% from 255 or 39.11% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D24EB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24EB9 is #2DB146. Grayscale: #818181. Windows color (decimal): -2994503 or 12144338. OLE color: 12144338.

HSL color Cylindrical-coordinate representation of color #D24EB9: hue angle of 311.36º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D24EB9 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 78 185 -
CMYK 0 0.63 0.12 0.18
HSL 311.36º 0.59% 0.56% -
HSV(B) 311.36º 0.63% 0.82% -
XYZ 38.06 22.65 48.27 -
YUV 129.67 159.23 185.3 -
System Red Green Blue C M Y K H S L
Decimal 210 78 185 0 0.63 0.12 0.18 311.36 0.59 0.56
Hex D2 4E B9 0 3F C 12 137 3B 38
Octal 322 116 271 0 77 14 22 467 73 70
Binary 11010010 1001110 10111001 0 111111 1100 10010 100110111 111011 111000

Color Harmonies of #D24EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24EB9

Black with #D24EB9

Text Example


Text Example

White with #D24EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24EB9; }

 p { color: rgb(210,78,185); }

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

background-color css

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

 a { background-color: rgb(210,78,185); }

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

border-color css

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

 span { border-color: rgb(210,78,185); }

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