Html Css Color HEX #D662B3 Fuchsia

📋 copy color: '#D662B3'

red 214 ◦ green 98 ◦ blue 179

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

Shades of Fuchsia #D662B3

Tints of Fuchsia #D662B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.46%

R = 43.58%
G = 19.96%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D662B3 (or 0xD662B3) is known color: Fuchsia. HEX triplet: D6, 62 and B3. RGB value is (214,98,179). Sum of RGB (Red+Green+Blue) = 214+98+179=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 179 (70.31% from 255 or 36.46% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D662B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D662B3 is #299D4C. Grayscale: #8D8D8D. Windows color (decimal): -2727245 or 11756246. OLE color: 11756246.

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

Color convert

RGB 214 98 179 -
CMYK 0 0.54 0.16 0.16
HSL 318.1º 0.59% 0.61% -
HSV(B) 318.1º 0.54% 0.84% -
XYZ 40.24 26.29 45.6 -
YUV 141.92 148.93 179.41 -
System Red Green Blue C M Y K H S L
Decimal 214 98 179 0 0.54 0.16 0.16 318.1 0.59 0.61
Hex D6 62 B3 0 36 10 10 13E 3B 3D
Octal 326 142 263 0 66 20 20 476 73 75
Binary 11010110 1100010 10110011 0 110110 10000 10000 100111110 111011 111101

Color Harmonies of #D662B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D662B3

Black with #D662B3

Text Example


Text Example

White with #D662B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D662B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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