Html Css Color HEX #D247AF Fuchsia

📋 copy color: '#D247AF'

red 210 ◦ green 71 ◦ blue 175

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

Shades of Fuchsia #D247AF

Tints of Fuchsia #D247AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.38%

R = 46.05%
G = 15.57%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D247AF (or 0xD247AF) is known color: Fuchsia. HEX triplet: D2, 47 and AF. RGB value is (210,71,175). Sum of RGB (Red+Green+Blue) = 210+71+175=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 71 (28.12% from 255 or 15.57% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D247AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D247AF is #2DB850. Grayscale: #7C7C7C. Windows color (decimal): -2996305 or 11487186. OLE color: 11487186.

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

Color convert

RGB 210 71 175 -
CMYK 0 0.66 0.17 0.18
HSL 315.11º 0.61% 0.55% -
HSV(B) 315.11º 0.66% 0.82% -
XYZ 36.57 21.3 42.74 -
YUV 124.42 156.55 189.04 -
System Red Green Blue C M Y K H S L
Decimal 210 71 175 0 0.66 0.17 0.18 315.11 0.61 0.55
Hex D2 47 AF 0 42 11 12 13B 3D 37
Octal 322 107 257 0 102 21 22 473 75 67
Binary 11010010 1000111 10101111 0 1000010 10001 10010 100111011 111101 110111

Color Harmonies of #D247AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D247AF

Black with #D247AF

Text Example


Text Example

White with #D247AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D247AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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