Html Css Color HEX #D643B7 Fuchsia

📋 copy color: '#D643B7'

red 214 ◦ green 67 ◦ blue 183

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

Shades of Fuchsia #D643B7

Tints of Fuchsia #D643B7

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.44%

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

R = 46.12%
G = 14.44%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D643B7 (or 0xD643B7) is known color: Fuchsia. HEX triplet: D6, 43 and B7. RGB value is (214,67,183). Sum of RGB (Red+Green+Blue) = 214+67+183=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 67 (26.56% from 255 or 14.44% from 464); Blue value is 183 (71.88% from 255 or 39.44% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D643B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D643B7 is #29BC48. Grayscale: #7B7B7B. Windows color (decimal): -2735177 or 12010454. OLE color: 12010454.

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

Color convert

RGB 214 67 183 -
CMYK 0 0.69 0.14 0.16
HSL 312.65º 0.64% 0.55% -
HSV(B) 312.65º 0.69% 0.84% -
XYZ 38.29 21.73 46.98 -
YUV 124.18 161.2 192.07 -
System Red Green Blue C M Y K H S L
Decimal 214 67 183 0 0.69 0.14 0.16 312.65 0.64 0.55
Hex D6 43 B7 0 45 E 10 139 40 37
Octal 326 103 267 0 105 16 20 471 100 67
Binary 11010110 1000011 10110111 0 1000101 1110 10000 100111001 1000000 110111

Color Harmonies of #D643B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D643B7

Black with #D643B7

Text Example


Text Example

White with #D643B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D643B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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