Html Css Color HEX #D062B2 Fuchsia

📋 copy color: '#D062B2'

red 208 ◦ green 98 ◦ blue 178

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

Shades of Fuchsia #D062B2

Tints of Fuchsia #D062B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.78%

R = 42.98%
G = 20.25%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D062B2 (or 0xD062B2) is known color: Fuchsia. HEX triplet: D0, 62 and B2. RGB value is (208,98,178). Sum of RGB (Red+Green+Blue) = 208+98+178=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 98 (38.67% from 255 or 20.25% from 484); Blue value is 178 (69.92% from 255 or 36.78% from 484); Max value from RGB is 208 - color contains mainly: red. Hex color #D062B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D062B2 is #2F9D4D. Grayscale: #8B8B8B. Windows color (decimal): -3120462 or 11690704. OLE color: 11690704.

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

Color convert

RGB 208 98 178 -
CMYK 0 0.53 0.14 0.18
HSL 316.36º 0.54% 0.6% -
HSV(B) 316.36º 0.53% 0.82% -
XYZ 38.42 25.36 44.99 -
YUV 140.01 149.44 176.5 -
System Red Green Blue C M Y K H S L
Decimal 208 98 178 0 0.53 0.14 0.18 316.36 0.54 0.6
Hex D0 62 B2 0 35 E 12 13C 36 3C
Octal 320 142 262 0 65 16 22 474 66 74
Binary 11010000 1100010 10110010 0 110101 1110 10010 100111100 110110 111100

Color Harmonies of #D062B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D062B2

Black with #D062B2

Text Example


Text Example

White with #D062B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D062B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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