Html Css Color HEX #D244B6 Fuchsia

📋 copy color: '#D244B6'

red 210 ◦ green 68 ◦ blue 182

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

Shades of Fuchsia #D244B6

Tints of Fuchsia #D244B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 39.57%

R = 45.65%
G = 14.78%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D244B6 (or 0xD244B6) is known color: Fuchsia. HEX triplet: D2, 44 and B6. RGB value is (210,68,182). Sum of RGB (Red+Green+Blue) = 210+68+182=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 68 (26.95% from 255 or 14.78% from 460); Blue value is 182 (71.48% from 255 or 39.57% from 460); Max value from RGB is 210 - color contains mainly: red. Hex color #D244B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D244B6 is #2DBB49. Grayscale: #7B7B7B. Windows color (decimal): -2997066 or 11945170. OLE color: 11945170.

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

Color convert

RGB 210 68 182 -
CMYK 0 0.68 0.13 0.18
HSL 311.83º 0.61% 0.55% -
HSV(B) 311.83º 0.68% 0.82% -
XYZ 37.09 21.21 46.4 -
YUV 123.45 161.04 189.73 -
System Red Green Blue C M Y K H S L
Decimal 210 68 182 0 0.68 0.13 0.18 311.83 0.61 0.55
Hex D2 44 B6 0 44 D 12 138 3D 37
Octal 322 104 266 0 104 15 22 470 75 67
Binary 11010010 1000100 10110110 0 1000100 1101 10010 100111000 111101 110111

Color Harmonies of #D244B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D244B6

Black with #D244B6

Text Example


Text Example

White with #D244B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D244B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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