Html Css Color HEX #D247CE Fuchsia

📋 copy color: '#D247CE'

red 210 ◦ green 71 ◦ blue 206

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

Shades of Fuchsia #D247CE

Tints of Fuchsia #D247CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.3%

R = 43.12%
G = 14.58%
B = 42.3%

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

#D247CE (or 0xD247CE) is known color: Fuchsia. HEX triplet: D2, 47 and CE. RGB value is (210,71,206). Sum of RGB (Red+Green+Blue) = 210+71+206=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 71 (28.12% from 255 or 14.58% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 210 - color contains mainly: red. Hex color #D247CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D247CE is #2DB831. Grayscale: #7F7F7F. Windows color (decimal): -2996274 or 13518802. OLE color: 13518802.

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

Color convert

RGB 210 71 206 -
CMYK 0 0.66 0.02 0.18
HSL 301.73º 0.61% 0.55% -
HSV(B) 301.73º 0.66% 0.82% -
XYZ 39.97 22.66 60.66 -
YUV 127.95 172.05 186.52 -
System Red Green Blue C M Y K H S L
Decimal 210 71 206 0 0.66 0.02 0.18 301.73 0.61 0.55
Hex D2 47 CE 0 42 2 12 12E 3D 37
Octal 322 107 316 0 102 2 22 456 75 67
Binary 11010010 1000111 11001110 0 1000010 10 10010 100101110 111101 110111

Color Harmonies of #D247CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D247CE

Black with #D247CE

Text Example


Text Example

White with #D247CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D247CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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