Html Css Color HEX #D247C9 Fuchsia

📋 copy color: '#D247C9'

red 210 ◦ green 71 ◦ blue 201

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

Shades of Fuchsia #D247C9

Tints of Fuchsia #D247C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.7%

R = 43.57%
G = 14.73%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D247C9 (or 0xD247C9) is known color: Fuchsia. HEX triplet: D2, 47 and C9. RGB value is (210,71,201). Sum of RGB (Red+Green+Blue) = 210+71+201=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 71 (28.12% from 255 or 14.73% from 482); Blue value is 201 (78.91% from 255 or 41.70% from 482); Max value from RGB is 210 - color contains mainly: red. Hex color #D247C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D247C9 is #2DB836. Grayscale: #7F7F7F. Windows color (decimal): -2996279 or 13191122. OLE color: 13191122.

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

Color convert

RGB 210 71 201 -
CMYK 0 0.66 0.04 0.18
HSL 303.88º 0.61% 0.55% -
HSV(B) 303.88º 0.66% 0.82% -
XYZ 39.37 22.43 57.51 -
YUV 127.38 169.55 186.93 -
System Red Green Blue C M Y K H S L
Decimal 210 71 201 0 0.66 0.04 0.18 303.88 0.61 0.55
Hex D2 47 C9 0 42 4 12 130 3D 37
Octal 322 107 311 0 102 4 22 460 75 67
Binary 11010010 1000111 11001001 0 1000010 100 10010 100110000 111101 110111

Color Harmonies of #D247C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D247C9

Black with #D247C9

Text Example


Text Example

White with #D247C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D247C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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