Html Css Color HEX #D249C5 Fuchsia

📋 copy color: '#D249C5'

red 210 ◦ green 73 ◦ blue 197

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

Shades of Fuchsia #D249C5

Tints of Fuchsia #D249C5

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.21%

 BLUE value IS 197 (77.34% from 255) = 41.04%

R = 43.75%
G = 15.21%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D249C5 (or 0xD249C5) is known color: Fuchsia. HEX triplet: D2, 49 and C5. RGB value is (210,73,197). Sum of RGB (Red+Green+Blue) = 210+73+197=480 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.75% from 480); Green value is 73 (28.91% from 255 or 15.21% from 480); Blue value is 197 (77.34% from 255 or 41.04% from 480); Max value from RGB is 210 - color contains mainly: red. Hex color #D249C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D249C5 is #2DB63A. Grayscale: #7F7F7F. Windows color (decimal): -2995771 or 12929490. OLE color: 12929490.

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

Color convert

RGB 210 73 197 -
CMYK 0 0.65 0.06 0.18
HSL 305.69º 0.6% 0.55% -
HSV(B) 305.69º 0.65% 0.82% -
XYZ 39.04 22.5 55.11 -
YUV 128.1 166.89 186.42 -
System Red Green Blue C M Y K H S L
Decimal 210 73 197 0 0.65 0.06 0.18 305.69 0.6 0.55
Hex D2 49 C5 0 41 6 12 132 3C 37
Octal 322 111 305 0 101 6 22 462 74 67
Binary 11010010 1001001 11000101 0 1000001 110 10010 100110010 111100 110111

Color Harmonies of #D249C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D249C5

Black with #D249C5

Text Example


Text Example

White with #D249C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D249C5; }

 p { color: rgb(210,73,197); }

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

background-color css

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

 a { background-color: rgb(210,73,197); }

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

border-color css

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

 span { border-color: rgb(210,73,197); }

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