Html Css Color HEX #D24DB1 Fuchsia

📋 copy color: '#D24DB1'

red 210 ◦ green 77 ◦ blue 177

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

Shades of Fuchsia #D24DB1

Tints of Fuchsia #D24DB1

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.59%

 BLUE value IS 177 (69.53% from 255) = 38.15%

R = 45.26%
G = 16.59%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D24DB1 (or 0xD24DB1) is known color: Fuchsia. HEX triplet: D2, 4D and B1. RGB value is (210,77,177). Sum of RGB (Red+Green+Blue) = 210+77+177=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 77 (30.47% from 255 or 16.59% from 464); Blue value is 177 (69.53% from 255 or 38.15% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D24DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D24DB1 is #2DB24E. Grayscale: #7F7F7F. Windows color (decimal): -2994767 or 11619794. OLE color: 11619794.

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

Color convert

RGB 210 77 177 -
CMYK 0 0.63 0.16 0.18
HSL 314.89º 0.6% 0.56% -
HSV(B) 314.89º 0.63% 0.82% -
XYZ 37.17 22.18 43.92 -
YUV 128.17 155.56 186.37 -
System Red Green Blue C M Y K H S L
Decimal 210 77 177 0 0.63 0.16 0.18 314.89 0.6 0.56
Hex D2 4D B1 0 3F 10 12 13B 3C 38
Octal 322 115 261 0 77 20 22 473 74 70
Binary 11010010 1001101 10110001 0 111111 10000 10010 100111011 111100 111000

Color Harmonies of #D24DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24DB1

Black with #D24DB1

Text Example


Text Example

White with #D24DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24DB1; }

 p { color: rgb(210,77,177); }

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

background-color css

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

 a { background-color: rgb(210,77,177); }

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

border-color css

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

 span { border-color: rgb(210,77,177); }

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