Html Css Color HEX #D657B4 Fuchsia

📋 copy color: '#D657B4'

red 214 ◦ green 87 ◦ blue 180

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

Shades of Fuchsia #D657B4

Tints of Fuchsia #D657B4

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.09%

 BLUE value IS 180 (70.7% from 255) = 37.42%

R = 44.49%
G = 18.09%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D657B4 (or 0xD657B4) is known color: Fuchsia. HEX triplet: D6, 57 and B4. RGB value is (214,87,180). Sum of RGB (Red+Green+Blue) = 214+87+180=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 87 (34.38% from 255 or 18.09% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D657B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D657B4 is #29A84B. Grayscale: #878787. Windows color (decimal): -2730060 or 11818966. OLE color: 11818966.

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

Color convert

RGB 214 87 180 -
CMYK 0 0.59 0.16 0.16
HSL 316.06º 0.61% 0.59% -
HSV(B) 316.06º 0.59% 0.84% -
XYZ 39.38 24.41 45.82 -
YUV 135.58 153.08 183.94 -
System Red Green Blue C M Y K H S L
Decimal 214 87 180 0 0.59 0.16 0.16 316.06 0.61 0.59
Hex D6 57 B4 0 3B 10 10 13C 3D 3B
Octal 326 127 264 0 73 20 20 474 75 73
Binary 11010110 1010111 10110100 0 111011 10000 10000 100111100 111101 111011

Color Harmonies of #D657B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D657B4

Black with #D657B4

Text Example


Text Example

White with #D657B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D657B4; }

 p { color: rgb(214,87,180); }

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

background-color css

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

 a { background-color: rgb(214,87,180); }

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

border-color css

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

 span { border-color: rgb(214,87,180); }

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