Html Css Color HEX #D247C6 Fuchsia

📋 copy color: '#D247C6'

red 210 ◦ green 71 ◦ blue 198

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

Shades of Fuchsia #D247C6

Tints of Fuchsia #D247C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.34%

R = 43.84%
G = 14.82%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D247C6 (or 0xD247C6) is known color: Fuchsia. HEX triplet: D2, 47 and C6. RGB value is (210,71,198). Sum of RGB (Red+Green+Blue) = 210+71+198=479 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.84% from 479); Green value is 71 (28.12% from 255 or 14.82% from 479); Blue value is 198 (77.73% from 255 or 41.34% from 479); Max value from RGB is 210 - color contains mainly: red. Hex color #D247C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D247C6 is #2DB839. Grayscale: #7E7E7E. Windows color (decimal): -2996282 or 12994514. OLE color: 12994514.

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

Color convert

RGB 210 71 198 -
CMYK 0 0.66 0.06 0.18
HSL 305.18º 0.61% 0.55% -
HSV(B) 305.18º 0.66% 0.82% -
XYZ 39.02 22.29 55.67 -
YUV 127.04 168.05 187.17 -
System Red Green Blue C M Y K H S L
Decimal 210 71 198 0 0.66 0.06 0.18 305.18 0.61 0.55
Hex D2 47 C6 0 42 6 12 131 3D 37
Octal 322 107 306 0 102 6 22 461 75 67
Binary 11010010 1000111 11000110 0 1000010 110 10010 100110001 111101 110111

Color Harmonies of #D247C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D247C6

Black with #D247C6

Text Example


Text Example

White with #D247C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D247C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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