Html Css Color HEX #D247C0 Fuchsia

📋 copy color: '#D247C0'

red 210 ◦ green 71 ◦ blue 192

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

Shades of Fuchsia #D247C0

Tints of Fuchsia #D247C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.59%

R = 44.4%
G = 15.01%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D247C0 (or 0xD247C0) is known color: Fuchsia. HEX triplet: D2, 47 and C0. RGB value is (210,71,192). Sum of RGB (Red+Green+Blue) = 210+71+192=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 71 (28.12% from 255 or 15.01% from 473); Blue value is 192 (75.39% from 255 or 40.59% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D247C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D247C0 is #2DB83F. Grayscale: #7E7E7E. Windows color (decimal): -2996288 or 12601298. OLE color: 12601298.

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

Color convert

RGB 210 71 192 -
CMYK 0 0.66 0.09 0.18
HSL 307.77º 0.61% 0.55% -
HSV(B) 307.77º 0.66% 0.82% -
XYZ 38.35 22.01 52.1 -
YUV 126.36 165.05 187.66 -
System Red Green Blue C M Y K H S L
Decimal 210 71 192 0 0.66 0.09 0.18 307.77 0.61 0.55
Hex D2 47 C0 0 42 9 12 134 3D 37
Octal 322 107 300 0 102 11 22 464 75 67
Binary 11010010 1000111 11000000 0 1000010 1001 10010 100110100 111101 110111

Color Harmonies of #D247C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D247C0

Black with #D247C0

Text Example


Text Example

White with #D247C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D247C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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