Html Css Color HEX #D662B5 Fuchsia

📋 copy color: '#D662B5'

red 214 ◦ green 98 ◦ blue 181

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

Shades of Fuchsia #D662B5

Tints of Fuchsia #D662B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.71%

R = 43.41%
G = 19.88%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D662B5 (or 0xD662B5) is known color: Fuchsia. HEX triplet: D6, 62 and B5. RGB value is (214,98,181). Sum of RGB (Red+Green+Blue) = 214+98+181=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 98 (38.67% from 255 or 19.88% from 493); Blue value is 181 (71.09% from 255 or 36.71% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D662B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D662B5 is #299D4A. Grayscale: #8D8D8D. Windows color (decimal): -2727243 or 11887318. OLE color: 11887318.

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

Color convert

RGB 214 98 181 -
CMYK 0 0.54 0.15 0.16
HSL 317.07º 0.59% 0.61% -
HSV(B) 317.07º 0.54% 0.84% -
XYZ 40.44 26.37 46.67 -
YUV 142.15 149.93 179.25 -
System Red Green Blue C M Y K H S L
Decimal 214 98 181 0 0.54 0.15 0.16 317.07 0.59 0.61
Hex D6 62 B5 0 36 F 10 13D 3B 3D
Octal 326 142 265 0 66 17 20 475 73 75
Binary 11010110 1100010 10110101 0 110110 1111 10000 100111101 111011 111101

Color Harmonies of #D662B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D662B5

Black with #D662B5

Text Example


Text Example

White with #D662B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D662B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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