Html Css Color HEX #D247CC Fuchsia

📋 copy color: '#D247CC'

red 210 ◦ green 71 ◦ blue 204

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

Shades of Fuchsia #D247CC

Tints of Fuchsia #D247CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.06%

R = 43.3%
G = 14.64%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D247CC (or 0xD247CC) is known color: Fuchsia. HEX triplet: D2, 47 and CC. RGB value is (210,71,204). Sum of RGB (Red+Green+Blue) = 210+71+204=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 71 (28.12% from 255 or 14.64% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D247CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D247CC is #2DB833. Grayscale: #7F7F7F. Windows color (decimal): -2996276 or 13387730. OLE color: 13387730.

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

Color convert

RGB 210 71 204 -
CMYK 0 0.66 0.03 0.18
HSL 302.59º 0.61% 0.55% -
HSV(B) 302.59º 0.66% 0.82% -
XYZ 39.73 22.57 59.39 -
YUV 127.72 171.05 186.69 -
System Red Green Blue C M Y K H S L
Decimal 210 71 204 0 0.66 0.03 0.18 302.59 0.61 0.55
Hex D2 47 CC 0 42 3 12 12F 3D 37
Octal 322 107 314 0 102 3 22 457 75 67
Binary 11010010 1000111 11001100 0 1000010 11 10010 100101111 111101 110111

Color Harmonies of #D247CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D247CC

Black with #D247CC

Text Example


Text Example

White with #D247CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D247CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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