Html Css Color HEX #D662B8 Fuchsia

📋 copy color: '#D662B8'

red 214 ◦ green 98 ◦ blue 184

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

Shades of Fuchsia #D662B8

Tints of Fuchsia #D662B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 37.1%

R = 43.15%
G = 19.76%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D662B8 (or 0xD662B8) is known color: Fuchsia. HEX triplet: D6, 62 and B8. RGB value is (214,98,184). Sum of RGB (Red+Green+Blue) = 214+98+184=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 98 (38.67% from 255 or 19.76% from 496); Blue value is 184 (72.27% from 255 or 37.10% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D662B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D662B8 is #299D47. Grayscale: #8E8E8E. Windows color (decimal): -2727240 or 12083926. OLE color: 12083926.

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

Color convert

RGB 214 98 184 -
CMYK 0 0.54 0.14 0.16
HSL 315.52º 0.59% 0.61% -
HSV(B) 315.52º 0.54% 0.84% -
XYZ 40.75 26.49 48.31 -
YUV 142.49 151.43 179.01 -
System Red Green Blue C M Y K H S L
Decimal 214 98 184 0 0.54 0.14 0.16 315.52 0.59 0.61
Hex D6 62 B8 0 36 E 10 13C 3B 3D
Octal 326 142 270 0 66 16 20 474 73 75
Binary 11010110 1100010 10111000 0 110110 1110 10000 100111100 111011 111101

Color Harmonies of #D662B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D662B8

Black with #D662B8

Text Example


Text Example

White with #D662B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D662B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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