Html Css Color HEX #D657B5 Fuchsia

📋 copy color: '#D657B5'

red 214 ◦ green 87 ◦ blue 181

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

Shades of Fuchsia #D657B5

Tints of Fuchsia #D657B5

RGB

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

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

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

R = 44.4%
G = 18.05%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D657B5 (or 0xD657B5) is known color: Fuchsia. HEX triplet: D6, 57 and B5. RGB value is (214,87,181). Sum of RGB (Red+Green+Blue) = 214+87+181=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 87 (34.38% from 255 or 18.05% from 482); Blue value is 181 (71.09% from 255 or 37.55% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D657B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D657B5 is #29A84A. Grayscale: #878787. Windows color (decimal): -2730059 or 11884502. OLE color: 11884502.

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

Color convert

RGB 214 87 181 -
CMYK 0 0.59 0.15 0.16
HSL 315.59º 0.61% 0.59% -
HSV(B) 315.59º 0.59% 0.84% -
XYZ 39.48 24.45 46.35 -
YUV 135.69 153.58 183.86 -
System Red Green Blue C M Y K H S L
Decimal 214 87 181 0 0.59 0.15 0.16 315.59 0.61 0.59
Hex D6 57 B5 0 3B F 10 13C 3D 3B
Octal 326 127 265 0 73 17 20 474 75 73
Binary 11010110 1010111 10110101 0 111011 1111 10000 100111100 111101 111011

Color Harmonies of #D657B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D657B5

Black with #D657B5

Text Example


Text Example

White with #D657B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D657B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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