Html Css Color HEX #D247BB Fuchsia

📋 copy color: '#D247BB'

red 210 ◦ green 71 ◦ blue 187

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

Shades of Fuchsia #D247BB

Tints of Fuchsia #D247BB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.17%

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

R = 44.87%
G = 15.17%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D247BB (or 0xD247BB) is known color: Fuchsia. HEX triplet: D2, 47 and BB. RGB value is (210,71,187). Sum of RGB (Red+Green+Blue) = 210+71+187=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 71 (28.12% from 255 or 15.17% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 210 - color contains mainly: red. Hex color #D247BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D247BB is #2DB844. Grayscale: #7D7D7D. Windows color (decimal): -2996293 or 12273618. OLE color: 12273618.

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

Color convert

RGB 210 71 187 -
CMYK 0 0.66 0.11 0.18
HSL 309.93º 0.61% 0.55% -
HSV(B) 309.93º 0.66% 0.82% -
XYZ 37.8 21.8 49.23 -
YUV 125.79 162.55 188.07 -
System Red Green Blue C M Y K H S L
Decimal 210 71 187 0 0.66 0.11 0.18 309.93 0.61 0.55
Hex D2 47 BB 0 42 B 12 136 3D 37
Octal 322 107 273 0 102 13 22 466 75 67
Binary 11010010 1000111 10111011 0 1000010 1011 10010 100110110 111101 110111

Color Harmonies of #D247BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D247BB

Black with #D247BB

Text Example


Text Example

White with #D247BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D247BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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