Html Css Color HEX #D645B7 Fuchsia

📋 copy color: '#D645B7'

red 214 ◦ green 69 ◦ blue 183

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

Shades of Fuchsia #D645B7

Tints of Fuchsia #D645B7

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.81%

 BLUE value IS 183 (71.88% from 255) = 39.27%

R = 45.92%
G = 14.81%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D645B7 (or 0xD645B7) is known color: Fuchsia. HEX triplet: D6, 45 and B7. RGB value is (214,69,183). Sum of RGB (Red+Green+Blue) = 214+69+183=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 69 (27.34% from 255 or 14.81% from 466); Blue value is 183 (71.88% from 255 or 39.27% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D645B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D645B7 is #29BA48. Grayscale: #7D7D7D. Windows color (decimal): -2734665 or 12010966. OLE color: 12010966.

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

Color convert

RGB 214 69 183 -
CMYK 0 0.68 0.14 0.16
HSL 312.83º 0.64% 0.55% -
HSV(B) 312.83º 0.68% 0.84% -
XYZ 38.41 21.97 47.02 -
YUV 125.35 160.54 191.23 -
System Red Green Blue C M Y K H S L
Decimal 214 69 183 0 0.68 0.14 0.16 312.83 0.64 0.55
Hex D6 45 B7 0 44 E 10 139 40 37
Octal 326 105 267 0 104 16 20 471 100 67
Binary 11010110 1000101 10110111 0 1000100 1110 10000 100111001 1000000 110111

Color Harmonies of #D645B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D645B7

Black with #D645B7

Text Example


Text Example

White with #D645B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D645B7; }

 p { color: rgb(214,69,183); }

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

background-color css

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

 a { background-color: rgb(214,69,183); }

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

border-color css

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

 span { border-color: rgb(214,69,183); }

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