Html Css Color HEX #D249BB Fuchsia

📋 copy color: '#D249BB'

red 210 ◦ green 73 ◦ blue 187

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

Shades of Fuchsia #D249BB

Tints of Fuchsia #D249BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.79%

R = 44.68%
G = 15.53%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D249BB (or 0xD249BB) is known color: Fuchsia. HEX triplet: D2, 49 and BB. RGB value is (210,73,187). Sum of RGB (Red+Green+Blue) = 210+73+187=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 73 (28.91% from 255 or 15.53% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 210 - color contains mainly: red. Hex color #D249BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D249BB is #2DB644. Grayscale: #7E7E7E. Windows color (decimal): -2995781 or 12274130. OLE color: 12274130.

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

Color convert

RGB 210 73 187 -
CMYK 0 0.65 0.11 0.18
HSL 310.07º 0.6% 0.55% -
HSV(B) 310.07º 0.65% 0.82% -
XYZ 37.93 22.05 49.27 -
YUV 126.96 161.89 187.23 -
System Red Green Blue C M Y K H S L
Decimal 210 73 187 0 0.65 0.11 0.18 310.07 0.6 0.55
Hex D2 49 BB 0 41 B 12 136 3C 37
Octal 322 111 273 0 101 13 22 466 74 67
Binary 11010010 1001001 10111011 0 1000001 1011 10010 100110110 111100 110111

Color Harmonies of #D249BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D249BB

Black with #D249BB

Text Example


Text Example

White with #D249BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D249BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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