Html Css Color HEX #D662B2 Fuchsia

📋 copy color: '#D662B2'

red 214 ◦ green 98 ◦ blue 178

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

Shades of Fuchsia #D662B2

Tints of Fuchsia #D662B2

RGB

 RED value IS 214 (83.98% from 255) = 43.67%

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

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

R = 43.67%
G = 20%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D662B2 (or 0xD662B2) is known color: Fuchsia. HEX triplet: D6, 62 and B2. RGB value is (214,98,178). Sum of RGB (Red+Green+Blue) = 214+98+178=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 98 (38.67% from 255 or 20% from 490); Blue value is 178 (69.92% from 255 or 36.33% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D662B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D662B2 is #299D4D. Grayscale: #8D8D8D. Windows color (decimal): -2727246 or 11690710. OLE color: 11690710.

HSL color Cylindrical-coordinate representation of color #D662B2: hue angle of 318.62º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D662B2 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 98 178 -
CMYK 0 0.54 0.17 0.16
HSL 318.62º 0.59% 0.61% -
HSV(B) 318.62º 0.54% 0.84% -
XYZ 40.14 26.25 45.07 -
YUV 141.8 148.43 179.5 -
System Red Green Blue C M Y K H S L
Decimal 214 98 178 0 0.54 0.17 0.16 318.62 0.59 0.61
Hex D6 62 B2 0 36 11 10 13F 3B 3D
Octal 326 142 262 0 66 21 20 477 73 75
Binary 11010110 1100010 10110010 0 110110 10001 10000 100111111 111011 111101

Color Harmonies of #D662B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D662B2

Black with #D662B2

Text Example


Text Example

White with #D662B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D662B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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