Html Css Color HEX #D062B7 Fuchsia

📋 copy color: '#D062B7'

red 208 ◦ green 98 ◦ blue 183

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

Shades of Fuchsia #D062B7

Tints of Fuchsia #D062B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 37.42%

R = 42.54%
G = 20.04%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D062B7 (or 0xD062B7) is known color: Fuchsia. HEX triplet: D0, 62 and B7. RGB value is (208,98,183). Sum of RGB (Red+Green+Blue) = 208+98+183=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 98 (38.67% from 255 or 20.04% from 489); Blue value is 183 (71.88% from 255 or 37.42% from 489); Max value from RGB is 208 - color contains mainly: red. Hex color #D062B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D062B7 is #2F9D48. Grayscale: #8C8C8C. Windows color (decimal): -3120457 or 12018384. OLE color: 12018384.

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

Color convert

RGB 208 98 183 -
CMYK 0 0.53 0.12 0.18
HSL 313.64º 0.54% 0.6% -
HSV(B) 313.64º 0.53% 0.82% -
XYZ 38.93 25.56 47.68 -
YUV 140.58 151.94 176.09 -
System Red Green Blue C M Y K H S L
Decimal 208 98 183 0 0.53 0.12 0.18 313.64 0.54 0.6
Hex D0 62 B7 0 35 C 12 13A 36 3C
Octal 320 142 267 0 65 14 22 472 66 74
Binary 11010000 1100010 10110111 0 110101 1100 10010 100111010 110110 111100

Color Harmonies of #D062B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D062B7

Black with #D062B7

Text Example


Text Example

White with #D062B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D062B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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