Html Css Color HEX #D658B0 Fuchsia

📋 copy color: '#D658B0'

red 214 ◦ green 88 ◦ blue 176

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

Shades of Fuchsia #D658B0

Tints of Fuchsia #D658B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.82%

R = 44.77%
G = 18.41%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D658B0 (or 0xD658B0) is known color: Fuchsia. HEX triplet: D6, 58 and B0. RGB value is (214,88,176). Sum of RGB (Red+Green+Blue) = 214+88+176=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 88 (34.77% from 255 or 18.41% from 478); Blue value is 176 (69.14% from 255 or 36.82% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D658B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D658B0 is #29A74F. Grayscale: #878787. Windows color (decimal): -2729808 or 11557078. OLE color: 11557078.

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

Color convert

RGB 214 88 176 -
CMYK 0 0.59 0.18 0.16
HSL 318.1º 0.61% 0.59% -
HSV(B) 318.1º 0.59% 0.84% -
XYZ 39.06 24.41 43.73 -
YUV 135.71 150.74 183.84 -
System Red Green Blue C M Y K H S L
Decimal 214 88 176 0 0.59 0.18 0.16 318.1 0.61 0.59
Hex D6 58 B0 0 3B 12 10 13E 3D 3B
Octal 326 130 260 0 73 22 20 476 75 73
Binary 11010110 1011000 10110000 0 111011 10010 10000 100111110 111101 111011

Color Harmonies of #D658B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D658B0

Black with #D658B0

Text Example


Text Example

White with #D658B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D658B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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