Html Css Color HEX #D244D3 Fuchsia

📋 copy color: '#D244D3'

red 210 ◦ green 68 ◦ blue 211

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

Shades of Fuchsia #D244D3

Tints of Fuchsia #D244D3

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.91%

 BLUE value IS 211 (82.81% from 255) = 43.15%

R = 42.94%
G = 13.91%
B = 43.15%

CMYK

 C value IS 0.00

 M value IS 0.68

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D244D3 (or 0xD244D3) is known color: Fuchsia. HEX triplet: D2, 44 and D3. RGB value is (210,68,211). Sum of RGB (Red+Green+Blue) = 210+68+211=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 68 (26.95% from 255 or 13.91% from 489); Blue value is 211 (82.81% from 255 or 43.15% from 489); Max value from RGB is 211 - color contains mainly: blue. Hex color #D244D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D244D3 is #2DBB2C. Grayscale: #7E7E7E. Windows color (decimal): -2997037 or 13845714. OLE color: 13845714.

HSL color Cylindrical-coordinate representation of color #D244D3: hue angle of 299.58º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D244D3 is Cyan = 0.00, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 210 68 211 -
CMYK 0.00 0.68 0 0.17
HSL 299.58º 0.62% 0.55% -
HSV(B) 299.58º 0.68% 0.83% -
XYZ 40.4 22.54 63.85 -
YUV 126.76 175.54 187.37 -
System Red Green Blue C M Y K H S L
Decimal 210 68 211 0.00 0.68 0 0.17 299.58 0.62 0.55
Hex D2 44 D3 0 44 0 11 12C 3E 37
Octal 322 104 323 0 104 0 21 454 76 67
Binary 11010010 1000100 11010011 0 1000100 0 10001 100101100 111110 110111

Color Harmonies of #D244D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D244D3

Black with #D244D3

Text Example


Text Example

White with #D244D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D244D3; }

 p { color: rgb(210,68,211); }

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

background-color css

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

 a { background-color: rgb(210,68,211); }

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

border-color css

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

 span { border-color: rgb(210,68,211); }

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