Html Css Color HEX #D247CD Fuchsia

📋 copy color: '#D247CD'

red 210 ◦ green 71 ◦ blue 205

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

Shades of Fuchsia #D247CD

Tints of Fuchsia #D247CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.18%

R = 43.21%
G = 14.61%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D247CD (or 0xD247CD) is known color: Fuchsia. HEX triplet: D2, 47 and CD. RGB value is (210,71,205). Sum of RGB (Red+Green+Blue) = 210+71+205=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 71 (28.12% from 255 or 14.61% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 210 - color contains mainly: red. Hex color #D247CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D247CD is #2DB832. Grayscale: #7F7F7F. Windows color (decimal): -2996275 or 13453266. OLE color: 13453266.

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

Color convert

RGB 210 71 205 -
CMYK 0 0.66 0.02 0.18
HSL 302.16º 0.61% 0.55% -
HSV(B) 302.16º 0.66% 0.82% -
XYZ 39.85 22.62 60.02 -
YUV 127.84 171.55 186.6 -
System Red Green Blue C M Y K H S L
Decimal 210 71 205 0 0.66 0.02 0.18 302.16 0.61 0.55
Hex D2 47 CD 0 42 2 12 12E 3D 37
Octal 322 107 315 0 102 2 22 456 75 67
Binary 11010010 1000111 11001101 0 1000010 10 10010 100101110 111101 110111

Color Harmonies of #D247CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D247CD

Black with #D247CD

Text Example


Text Example

White with #D247CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D247CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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