Html Css Color HEX #D249B7 Fuchsia

📋 copy color: '#D249B7'

red 210 ◦ green 73 ◦ blue 183

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

Shades of Fuchsia #D249B7

Tints of Fuchsia #D249B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.27%

R = 45.06%
G = 15.67%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D249B7 (or 0xD249B7) is known color: Fuchsia. HEX triplet: D2, 49 and B7. RGB value is (210,73,183). Sum of RGB (Red+Green+Blue) = 210+73+183=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 73 (28.91% from 255 or 15.67% from 466); Blue value is 183 (71.88% from 255 or 39.27% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D249B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D249B7 is #2DB648. Grayscale: #7E7E7E. Windows color (decimal): -2995785 or 12011986. OLE color: 12011986.

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

Color convert

RGB 210 73 183 -
CMYK 0 0.65 0.13 0.18
HSL 311.82º 0.6% 0.55% -
HSV(B) 311.82º 0.65% 0.82% -
XYZ 37.51 21.89 47.05 -
YUV 126.5 159.89 187.56 -
System Red Green Blue C M Y K H S L
Decimal 210 73 183 0 0.65 0.13 0.18 311.82 0.6 0.55
Hex D2 49 B7 0 41 D 12 138 3C 37
Octal 322 111 267 0 101 15 22 470 74 67
Binary 11010010 1001001 10110111 0 1000001 1101 10010 100111000 111100 110111

Color Harmonies of #D249B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D249B7

Black with #D249B7

Text Example


Text Example

White with #D249B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D249B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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