Html Css Color HEX #D244B9 Fuchsia

📋 copy color: '#D244B9'

red 210 ◦ green 68 ◦ blue 185

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

Shades of Fuchsia #D244B9

Tints of Fuchsia #D244B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.96%

R = 45.36%
G = 14.69%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D244B9 (or 0xD244B9) is known color: Fuchsia. HEX triplet: D2, 44 and B9. RGB value is (210,68,185). Sum of RGB (Red+Green+Blue) = 210+68+185=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 68 (26.95% from 255 or 14.69% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D244B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D244B9 is #2DBB46. Grayscale: #7B7B7B. Windows color (decimal): -2997063 or 12141778. OLE color: 12141778.

HSL color Cylindrical-coordinate representation of color #D244B9: hue angle of 310.56º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D244B9 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 68 185 -
CMYK 0 0.68 0.12 0.18
HSL 310.56º 0.61% 0.55% -
HSV(B) 310.56º 0.68% 0.82% -
XYZ 37.4 21.34 48.05 -
YUV 123.8 162.54 189.49 -
System Red Green Blue C M Y K H S L
Decimal 210 68 185 0 0.68 0.12 0.18 310.56 0.61 0.55
Hex D2 44 B9 0 44 C 12 137 3D 37
Octal 322 104 271 0 104 14 22 467 75 67
Binary 11010010 1000100 10111001 0 1000100 1100 10010 100110111 111101 110111

Color Harmonies of #D244B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D244B9

Black with #D244B9

Text Example


Text Example

White with #D244B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D244B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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