Html Css Color HEX #D062AF Fuchsia

📋 copy color: '#D062AF'

red 208 ◦ green 98 ◦ blue 175

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

Shades of Fuchsia #D062AF

Tints of Fuchsia #D062AF

RGB

 RED value IS 208 (81.64% from 255) = 43.24%

 GREEN value IS 98 (38.67% from 255) = 20.37%

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

R = 43.24%
G = 20.37%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D062AF (or 0xD062AF) is known color: Fuchsia. HEX triplet: D0, 62 and AF. RGB value is (208,98,175). Sum of RGB (Red+Green+Blue) = 208+98+175=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 98 (38.67% from 255 or 20.37% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 208 - color contains mainly: red. Hex color #D062AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D062AF is #2F9D50. Grayscale: #8B8B8B. Windows color (decimal): -3120465 or 11494096. OLE color: 11494096.

HSL color Cylindrical-coordinate representation of color #D062AF: hue angle of 318º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D062AF is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 98 175 -
CMYK 0 0.53 0.16 0.18
HSL 318º 0.54% 0.6% -
HSV(B) 318º 0.53% 0.82% -
XYZ 38.12 25.24 43.42 -
YUV 139.67 147.94 176.74 -
System Red Green Blue C M Y K H S L
Decimal 208 98 175 0 0.53 0.16 0.18 318 0.54 0.6
Hex D0 62 AF 0 35 10 12 13E 36 3C
Octal 320 142 257 0 65 20 22 476 66 74
Binary 11010000 1100010 10101111 0 110101 10000 10010 100111110 110110 111100

Color Harmonies of #D062AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D062AF

Black with #D062AF

Text Example


Text Example

White with #D062AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D062AF; }

 p { color: rgb(208,98,175); }

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

background-color css

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

 a { background-color: rgb(208,98,175); }

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

border-color css

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

 span { border-color: rgb(208,98,175); }

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