Html Css Color HEX #D24DD0 Fuchsia

📋 copy color: '#D24DD0'

red 210 ◦ green 77 ◦ blue 208

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

Shades of Fuchsia #D24DD0

Tints of Fuchsia #D24DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.02%

R = 42.42%
G = 15.56%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D24DD0 (or 0xD24DD0) is known color: Fuchsia. HEX triplet: D2, 4D and D0. RGB value is (210,77,208). Sum of RGB (Red+Green+Blue) = 210+77+208=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 77 (30.47% from 255 or 15.56% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 210 - color contains mainly: red. Hex color #D24DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24DD0 is #2DB22F. Grayscale: #838383. Windows color (decimal): -2994736 or 13651410. OLE color: 13651410.

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

Color convert

RGB 210 77 208 -
CMYK 0 0.63 0.01 0.18
HSL 300.9º 0.6% 0.56% -
HSV(B) 300.9º 0.63% 0.82% -
XYZ 40.62 23.56 62.08 -
YUV 131.7 171.06 183.85 -
System Red Green Blue C M Y K H S L
Decimal 210 77 208 0 0.63 0.01 0.18 300.9 0.6 0.56
Hex D2 4D D0 0 3F 1 12 12D 3C 38
Octal 322 115 320 0 77 1 22 455 74 70
Binary 11010010 1001101 11010000 0 111111 1 10010 100101101 111100 111000

Color Harmonies of #D24DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24DD0

Black with #D24DD0

Text Example


Text Example

White with #D24DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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