Html Css Color HEX #D24EB3 Fuchsia

📋 copy color: '#D24EB3'

red 210 ◦ green 78 ◦ blue 179

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

Shades of Fuchsia #D24EB3

Tints of Fuchsia #D24EB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38.33%

R = 44.97%
G = 16.7%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D24EB3 (or 0xD24EB3) is known color: Fuchsia. HEX triplet: D2, 4E and B3. RGB value is (210,78,179). Sum of RGB (Red+Green+Blue) = 210+78+179=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 78 (30.86% from 255 or 16.70% from 467); Blue value is 179 (70.31% from 255 or 38.33% from 467); Max value from RGB is 210 - color contains mainly: red. Hex color #D24EB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24EB3 is #2DB14C. Grayscale: #808080. Windows color (decimal): -2994509 or 11751122. OLE color: 11751122.

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

Color convert

RGB 210 78 179 -
CMYK 0 0.63 0.15 0.18
HSL 314.09º 0.59% 0.56% -
HSV(B) 314.09º 0.63% 0.82% -
XYZ 37.44 22.41 45 -
YUV 128.98 156.23 185.79 -
System Red Green Blue C M Y K H S L
Decimal 210 78 179 0 0.63 0.15 0.18 314.09 0.59 0.56
Hex D2 4E B3 0 3F F 12 13A 3B 38
Octal 322 116 263 0 77 17 22 472 73 70
Binary 11010010 1001110 10110011 0 111111 1111 10010 100111010 111011 111000

Color Harmonies of #D24EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24EB3

Black with #D24EB3

Text Example


Text Example

White with #D24EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24EB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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