Html Css Color HEX #D643B8 Fuchsia

📋 copy color: '#D643B8'

red 214 ◦ green 67 ◦ blue 184

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

Shades of Fuchsia #D643B8

Tints of Fuchsia #D643B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 39.57%

R = 46.02%
G = 14.41%
B = 39.57%

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

#D643B8 (or 0xD643B8) is known color: Fuchsia. HEX triplet: D6, 43 and B8. RGB value is (214,67,184). Sum of RGB (Red+Green+Blue) = 214+67+184=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 67 (26.56% from 255 or 14.41% from 465); Blue value is 184 (72.27% from 255 or 39.57% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D643B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D643B8 is #29BC47. Grayscale: #7B7B7B. Windows color (decimal): -2735176 or 12075990. OLE color: 12075990.

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

Color convert

RGB 214 67 184 -
CMYK 0 0.69 0.14 0.16
HSL 312.24º 0.64% 0.55% -
HSV(B) 312.24º 0.69% 0.84% -
XYZ 38.39 21.77 47.53 -
YUV 124.29 161.7 191.99 -
System Red Green Blue C M Y K H S L
Decimal 214 67 184 0 0.69 0.14 0.16 312.24 0.64 0.55
Hex D6 43 B8 0 45 E 10 138 40 37
Octal 326 103 270 0 105 16 20 470 100 67
Binary 11010110 1000011 10111000 0 1000101 1110 10000 100111000 1000000 110111

Color Harmonies of #D643B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D643B8

Black with #D643B8

Text Example


Text Example

White with #D643B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D643B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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