Html Css Color HEX #D658B9 Fuchsia

📋 copy color: '#D658B9'

red 214 ◦ green 88 ◦ blue 185

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

Shades of Fuchsia #D658B9

Tints of Fuchsia #D658B9

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.07%

 BLUE value IS 185 (72.66% from 255) = 37.99%

R = 43.94%
G = 18.07%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D658B9 (or 0xD658B9) is known color: Fuchsia. HEX triplet: D6, 58 and B9. RGB value is (214,88,185). Sum of RGB (Red+Green+Blue) = 214+88+185=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 88 (34.77% from 255 or 18.07% from 487); Blue value is 185 (72.66% from 255 or 37.99% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D658B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D658B9 is #29A746. Grayscale: #888888. Windows color (decimal): -2729799 or 12146902. OLE color: 12146902.

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

Color convert

RGB 214 88 185 -
CMYK 0 0.59 0.14 0.16
HSL 313.81º 0.61% 0.59% -
HSV(B) 313.81º 0.59% 0.84% -
XYZ 39.98 24.78 48.57 -
YUV 136.73 155.24 183.11 -
System Red Green Blue C M Y K H S L
Decimal 214 88 185 0 0.59 0.14 0.16 313.81 0.61 0.59
Hex D6 58 B9 0 3B E 10 13A 3D 3B
Octal 326 130 271 0 73 16 20 472 75 73
Binary 11010110 1011000 10111001 0 111011 1110 10000 100111010 111101 111011

Color Harmonies of #D658B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D658B9

Black with #D658B9

Text Example


Text Example

White with #D658B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D658B9; }

 p { color: rgb(214,88,185); }

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

background-color css

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

 a { background-color: rgb(214,88,185); }

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

border-color css

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

 span { border-color: rgb(214,88,185); }

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