Html Css Color HEX #D24EB7 Fuchsia

📋 copy color: '#D24EB7'

red 210 ◦ green 78 ◦ blue 183

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

Shades of Fuchsia #D24EB7

Tints of Fuchsia #D24EB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.85%

R = 44.59%
G = 16.56%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D24EB7 (or 0xD24EB7) is known color: Fuchsia. HEX triplet: D2, 4E and B7. RGB value is (210,78,183). Sum of RGB (Red+Green+Blue) = 210+78+183=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 78 (30.86% from 255 or 16.56% from 471); Blue value is 183 (71.88% from 255 or 38.85% from 471); Max value from RGB is 210 - color contains mainly: red. Hex color #D24EB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24EB7 is #2DB148. Grayscale: #818181. Windows color (decimal): -2994505 or 12013266. OLE color: 12013266.

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

Color convert

RGB 210 78 183 -
CMYK 0 0.63 0.13 0.18
HSL 312.27º 0.59% 0.56% -
HSV(B) 312.27º 0.63% 0.82% -
XYZ 37.85 22.57 47.16 -
YUV 129.44 158.23 185.46 -
System Red Green Blue C M Y K H S L
Decimal 210 78 183 0 0.63 0.13 0.18 312.27 0.59 0.56
Hex D2 4E B7 0 3F D 12 138 3B 38
Octal 322 116 267 0 77 15 22 470 73 70
Binary 11010010 1001110 10110111 0 111111 1101 10010 100111000 111011 111000

Color Harmonies of #D24EB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24EB7

Black with #D24EB7

Text Example


Text Example

White with #D24EB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24EB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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